terminal/snapshot: ignore hex files in typos

Exclude annotated snapshot fixture hex files from typo checking. Their arbitrary binary byte sequences can otherwise be misidentified as misspelled words.
This commit is contained in:
Mitchell Hashimoto
2026-07-31 13:21:53 -07:00
parent 05d4934848
commit 6b09bb3fca

View File

@@ -28,6 +28,8 @@ extend-exclude = [
"valgrind.supp",
# Fuzz corpus (binary test inputs)
"test/fuzz-libghostty/corpus/*",
# Annotated binary snapshot fixtures
"src/terminal/snapshot/testdata/*.hex",
# Other
"*.pdf",
"*.data",