-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy path_typos.toml
More file actions
40 lines (37 loc) · 778 Bytes
/
Copy path_typos.toml
File metadata and controls
40 lines (37 loc) · 778 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
37
38
39
40
[default]
extend-ignore-identifiers-re = [
".*fpr.*",
".*FPR.*",
".*[0-9a-fA-F]{4,}",
]
[default.extend-identifiers]
validate_desig_revokes = "validate_desig_revokes"
desig_rev = "desig_rev"
Nominet = "Nominet"
NOMINET = "NOMINET"
PNGs = "PNGs"
FOF = "FOF"
EDE3 = "EDE3"
ede3 = "ede3"
ffrom = "ffrom"
clen = "clen"
__THW_INTEL__ = "__THW_INTEL__"
unexpect_eof = "unexpect_eof"
unexpect_char = "unexpect_char"
[default.extend-words]
MERCHANTIBILITY = "MERCHANTIBILITY"
FOF = "FOF"
FO = "FO"
claus = "claus"
desig = "desig"
CNA = "CNA"
Sur = "Sur"
Collet = "Collet"
[files]
extend-exclude = [
"src/tests/data/**",
"src/libsexpp/**",
# Generated roff (ci/regen-man-pages.sh); lint the .adoc sources instead
"docs/man/**",
"src/lib/nlohmann/**"
]