summaryrefslogtreecommitdiffstats
path: root/.typos.toml
blob: 327d01294068e9d5ba6aa4c45787445cf625320a (plain)
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
[default.extend-identifiers]
# https://github.com/crate-ci/typos/issues/436
BRE = "BRE"

[default.extend-words]
# completions/ri
ane = "ane"
# completions/reportbug
buildd = "buildd"
# completions/tar
caf = "caf"
# completions/chage, test/t/Makefile.am, test/t/test_chage.py,
# test/test-cmd-list.txt
chage = "chage"
# test/t/test_ccache.py
clea = "clea"
# test/t/test_pylint_3.py
clien = "clien"
# completions/openssl
ede = "ede"
# completions/make
fo = "fo"
# test/t/test_ccache.py
hel = "hel"
# completions/bts
helo = "helo"
# completions/ip
iif = "iif"
# completions/tcpdump
inout = "inout"
# test/t/unit/test_unit_expand_glob.py
ket = "ket"
# completions/tshark, test/t/test_screen.py
nd = "nd"
# completions/mplayer
oly = "oly"
# test/t/unit/test_unit_find_unique_completion_pair.py
ot = "ot"
# completions/modinfo
parm = "parm"
# completions/wget
referer = "referer"
# completions/ps
ser = "ser"

[files]
extend-exclude = ["CHANGELOG.md"]