forked from CCSI-Toolset/FOQUS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.typos.toml
46 lines (44 loc) · 1.1 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
[files]
extend-exclude = [
"*.smp",
"*.ui",
"*.html",
"*.css",
"*.js",
"*.svg",
"*.foqus",
"*.bkp",
"*.acmf",
"*.for",
"*.his",
"*.def",
"*.ads",
"*.pt",
"*.pkl",
"*.R",
"*.json",
]
[default.extend-words]
# Ignore IDAES
IDAES = "IDAES"
FO = "FO" # TODO: probably an abbreviation?
sur = "sur" # abbreviation for 'surrogate'
nd = "nd" # used as a variable name in sdoeAnalysisDialog
astroid = "astroid" # Python package name
yhat = "yhat" # used as a variable name in SurrogateParser
iy = "iy" # used as a variable name in SurrogateParser
# proper nouns
Gess = "Gess"
# false positives
strat = "strat" # abbreviation of "strategy" used by Hypothesis
arange = "arange" # from numpy.arange function
[default.extend-identifiers]
# false positives
strngComps = "strngComps" # strng = strongly (connected)
# true positives that are part of the API
userInterupt = "userInterupt"
maxTimeInterupt = "maxTimeInterupt"
PyCodeInterupt = "PyCodeInterupt"
simin_nam = "simin_nam"
simout_nam = "simout_nam"
displayAvailablityWarning = "displayAvailablityWarning"