-
Notifications
You must be signed in to change notification settings - Fork 0
/
_typos.toml
42 lines (36 loc) · 1.03 KB
/
_typos.toml
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
[files]
extend-exclude = [
# dear lord why is this not ignored by default
"_typos.toml",
# general ignored file types
"*.jsonl",
"*.list",
"*.csv",
"*.png",
"*.pdf",
"*.tex",
"*.xml",
"*.svg",
"*.min.js",
# auto-generated files
"package-lock.json",
# select submodule subdirectories
"src/procedures/roboscape/speckjs/*",
"src/procedures/roboscape/firmware/*",
# data files
"src/procedures/common-words/words/*.txt",
"src/procedures/hurricane-data/*.txt",
"src/procedures/ice-core-data/data/**/*.txt",
"src/procedures/nexrad-radar/RadarLocations.js",
"src/procedures/word-guess/dict/*.*",
"src/procedures/financial-data/currency-types.js",
"src/procedures/the-cat-api/types.js",
"src/procedures/fbi-crime-data/types.js",
# misc
"test/utils.spec.js",
]
[type.js]
extend-glob = ["*.js"]
[type.js.extend-words]
parms = "parms" # too pervasive and part of the custom block api
parm = "parm" # too pervasive and part of the custom block api