-
Notifications
You must be signed in to change notification settings - Fork 546
Expand file tree
/
Copy pathtypos.toml
More file actions
29 lines (25 loc) · 827 Bytes
/
typos.toml
File metadata and controls
29 lines (25 loc) · 827 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
[files]
extend-exclude = ["pt-BR", "de", "ja", "es", "blog/202[0-4]*", "commands/", "fr", "blog/2025-03-1*"]
[default]
extend-ignore-identifiers-re = [
"(?i)foobar", # false positive in book/sorting.md
]
extend-ignore-re = [
"\\x1b\\[[0-9;]*m.*", # ignore ansi color instructions
]
[default.extend-words]
"ime" = "ime" # false positive in cookbook/polars_v_pandas_v_nushell.md
ba = "ba"
doas = "doas"
ful = "ful" # false positive in commands/docs/str_replace.md
guid = "guid"
hel = "hel" # false positive in blog/2025-09-02-nushell_0_107_0.md
iterm = "iterm"
nushell = "nushell"
ons = "ons" # false positive in commands/docs/str_replace.md
optio = "optio" # false positive in cookbook/http.md
ratatui = "ratatui"
ws = "ws" # false positive in book/nushell_map.md
feeze = "feeze"
alues = "alues"
Flippin = "Flippin"