mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-31 20:59:02 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user