-
Notifications
You must be signed in to change notification settings - Fork 730
Expand file tree
/
Copy path.typos-srcs.toml
More file actions
60 lines (56 loc) · 1.3 KB
/
.typos-srcs.toml
File metadata and controls
60 lines (56 loc) · 1.3 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[files]
ignore-files = true
ignore-hidden = false
extend-exclude = [
".git/",
".typos-docs.toml",
".typos-srcs.toml",
"bootstrap/bootstrap.py", # has 'big-sur' when sur should be 'sure'
"*.rst",
"*.md",
"configure",
"**/project-stackage/*.config",
"**/Modular/MessageUtils.hs",
"dist-newstyle/",
"AUTHORS",
".hlint.yaml",
"Cabal-tests/tests/ParserTests/errors/common1.cabal", # import: windo doesn't exist
"Cabal-tests/tests/ParserTests/errors/common1.errors",
]
[default]
extend-ignore-re = [
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
]
check-filename = true
[default.extend-words]
# Extinguish false positive in cabal-package-description-file.rst. 'Nd' is a
# Unicode category, not a misspelling of 'And'.
nd = "nd"
# Some abbreviations and misspellings that we'll let pass in the *.hs sources..
pn = "pn"
caf = "caf"
cafs = "cafs"
inh = "inh"
strat = "strat"
thr = "thr"
clos = "clos"
bre = "bre"
sie = "sie"
onot = "onot"
ba = "ba"
nam = "nam"
lits = "lits"
benchs = "benchs"
unexpect = "unexpect"
reord = "reord"
iif = "iif"
matix = "matix" # IMatix
tou = "tou" # termos of use
unvalidate = "unvalidate"
alph = "alph"
wheres = "wheres"
ket = "ket"
fo = "fo"
nto = "nto" # nto-qnx operating system
dows = "dows" # win-dows
bimap = "bimap"