Skip to content

Commit 068b9f4

Browse files
committed
fix: exclude typo test files from spellchecker instead of global allowlist
1 parent cde7a14 commit 068b9f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.typos.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[default.extend-words]
22
ratatui = "ratatui"
33
PUNICODE = "PUNICODE"
4-
buid = "buid"
54

65
[files]
76
extend-exclude = [
87
"crates/fspy_detours_sys/detours",
98
"crates/fspy_detours_sys/src/generated_bindings.rs",
9+
# Intentional typos for testing fuzzy matching and "did you mean" suggestions
10+
"crates/vite_select/src/fuzzy.rs",
11+
"crates/vite_task_bin/tests/e2e_snapshots/fixtures/task-select",
1012
]

0 commit comments

Comments
 (0)