forked from dealii/dealii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.typos.toml
64 lines (61 loc) · 1.36 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
[default]
# Don't check text that matches the following regexes'
extend-ignore-re = [
'\\cite\{.*\}', # citations contain arbitrary keys,
'@cite \w'
]
[default.extend-identifiers]
# Don't correct these whole identifiers (word-groups)
bungartz2016precice = "bungartz2016precice"
chourdakis2021precice = "chourdakis2021precice"
y_FoR = "y_FoR"
use_degress = "use_degress"
MPI_MODE_WRONLY = "MPI_MODE_WRONLY"
Equil = "Equil"
multline = "multline"
Tro = "Tro"
arange = "arange"
iy = "iy"
Strang = "Strang"
SuperMUC = "SuperMUC"
pn = "pn"
thr = "thr"
yhat = "yhat"
noy2tics = "noy2tics"
bck = "bck"
[default.extend-words]
# Don't correct these word (parts)
OCE = "OCE"
MIS = "MIS"
parm = "parm"
nd = "nd"
inout = "inout"
datas = "datas"
Elemente = "Elemente"
Methode = "Methode"
workd = "workd"
Stoer = "Stoer"
Lik = "Lik"
htmp = "htmp"
Numer = "Numer"
ue = "ue"
reord = "reord"
Uite = "Uite"
strat = "strat"
Ned = "Ned"
BA = "BA"
Fike = "Fike"
clen = "clen"
# Don't check the following files
[files]
extend-exclude = [
"*.output",
"*.svg",
"*.pvsm",
"*.vtu",
"*.bib", # bib entries contain many arbitrary abbreviations
# the following files contain typos on purpose
"tests/parameter_handler/parameter_handler_25.cc",
"tests/parameter_handler/prm/parameter_handler_26_fail.json",
"tests/parameter_handler/prm/parameter_handler_26_fail.prm",
]