23 lines
358 B
TOML
23 lines
358 B
TOML
default.extend-ignore-re = [
|
|
"/Ot",
|
|
"mis-alignment",
|
|
"mis-spelled",
|
|
"posix-seh-rt",
|
|
]
|
|
|
|
[default.extend-words]
|
|
MAPE = "MAPE"
|
|
datas = "datas"
|
|
indx = "indx"
|
|
interprete = "interprete"
|
|
mape = "mape"
|
|
splitted = "splitted"
|
|
|
|
[default.extend-identifiers]
|
|
ERRORs = "ERRORs"
|
|
GAM = "GAM"
|
|
ND24s = "ND24s"
|
|
WARNINGs = "WARNINGs"
|
|
fullset = "fullset"
|
|
thess = "thess"
|