-
-
Notifications
You must be signed in to change notification settings - Fork 134
/
.typos.toml
66 lines (61 loc) · 1.63 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[files]
extend-exclude = [
"mail/courier-pythonfilter/",
"mail/msglint/",
"mysql/mysqltuner/",
"webserver/server-configs-nginx/",
".git/",
"Intercom.md", # HU
"mail/spam/21_KAM.cf", # Spam words
"monitoring/README.md", # Contains router names
"package/apt-sources/google-cloud-sdk.list", # Fingerprint
"package/docker-backport-goaccess.sh", # base64
"package/quicklz-build.sh", # base64
"package/s3ql-3C4E599F.asc", # GPG key
"security/ca/ca-web/text", # SSL certificate
"security/myattackers-ipsets/ipset/", # International names
"security/password2remember_hu.txt", # HU
]
ignore-hidden = false
[default]
extend-ignore-re = [
" fo=1",
"\\|shs\\|",
"\\$!ba;",
";ba'",
"/bin/\\(ba\\)\\?sh",
"-MISSy",
"Full HD",
"for VDISK in hd sd",
"\\^fpr:::::::::",
" ue End underlining",
"\\|ignor\\[ei\\]",
"nmap -n -Pn",
]
[default.extend-words]
# False positives
"bck" = "bck"
"chello" = "chello"
"helo" = "helo"
"referer" = "referer"
"rsource" = "rsource"
"seeked" = "seeked"
# Typos
"contiguities" = "continuities"
"intension" = "intention"
"intensional" = "intentional"
"intensionally" = "intentionally"
"intensionaly" = "intentionally"
"pervious" = "previous"
"perviously" = "previously"
"covert" = "convert"
[default.extend-identifiers]
# False positives
# https://manpages.debian.org/bookworm/manpages-dev/open.2.en.html#File_access_mode
"O_WRONLY" = "O_WRONLY"
"SSL_CK_DES_192_EDE3_CBC_WITH_MD5" = "SSL_CK_DES_192_EDE3_CBC_WITH_MD5"
"LESS_TERMCAP_ue" = "LESS_TERMCAP_ue"
# Typos
"Github" = "GitHub"
"Wordpress" = "WordPress"
"Automattic" = "Automattic"