forked from gear-tech/gear
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_typos.toml
More file actions
36 lines (34 loc) · 720 Bytes
/
Copy path_typos.toml
File metadata and controls
36 lines (34 loc) · 720 Bytes
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
[default]
extend-ignore-re = [
# transaction hash
"\\w{52}",
# address
"\\w{48}",
# `dyn-clonable` crate
"dyn_clonable::clonable",
"#\\[clonable\\]"
]
extend-ignore-identifiers-re = [
# instruction names
"instr_\\w+",
"i(32|64)\\w+",
# `sp-state-machine` crate
"OverlayedChanges"
]
[files]
extend-exclude = [
"galloc/optimization/fungible_token.ipynb",
"ethexe/ethereum/*.json",
"ethexe/contracts/lib/*",
]
[default.extend-words]
inherents = "inherents" # plural of `inherent`
hel = "hel" # `LimiteStr` test
excpt = "excpt" # winapi
overlayed = "overlayed" # typo in sp-state-machine, won't fix.
ws = "ws"
dur = "dur"
clonable = "clonable"
SUR = "SUR"
consts = "consts"
dfault = "dfault"