-
-
Notifications
You must be signed in to change notification settings - Fork 370
Expand file tree
/
Copy pathtypos.toml
More file actions
36 lines (34 loc) · 879 Bytes
/
typos.toml
File metadata and controls
36 lines (34 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[files]
extend-exclude = [
".git/",
"design/language/Abilities.md",
"src/snapshots/fuzz_crash",
"crates/vendor/",
"authors",
"crates",
"examples/static-site-gen/input/",
"COPYRIGHT",
"crates/compiler/checkmate/www/package-lock.json",
"src/build/zig_llvm.h",
"test/snapshots/",
"build.zig.zon",
"src/cli/darwin/",
"src/backend/llvm/",
"src/backend/dev/object/",
]
[default]
extend-ignore-identifiers-re = [".*_SME_.*"]
extend-ignore-re = [
# Ignore the line after `# spellchecker:ignore-next-line`:
"(#|//)\\s*spellchecker:ignore-next-line\\n.*",
# Ignore blocks between `# spellchecker:off` and `# spellchecker:on`
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
]
[default.extend-words]
typ = "typ"
ba = "ba"
sigfault = "sigfault"
nd = "nd"
SEH = "SEH"
caf = "caf"
setp = "setp"