-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path_typos.toml
More file actions
45 lines (37 loc) · 1016 Bytes
/
_typos.toml
File metadata and controls
45 lines (37 loc) · 1016 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
37
38
39
40
41
42
43
44
[type.po]
extend-glob = ["*.po"]
check-file = false
[type.map]
extend-glob = ["*.map"]
check-file = false
[type.js]
extend-glob = ["*/bootstrap-multiselect.js","*.min.js"]
check-file = false
[type.xml]
extend-glob = ["*.xml"]
check-file = false
[type.txt]
extend-glob = ["denylist/*.txt"]
check-file = false
[default]
extend-ignore-re = [
"/mis'",
"5ths deprecated",
"7ths and 8ths",
"'ND' => 'North Dakota'",
]
[default.extend-words]
datas = "datas"
# This typo fix requires deprecating a method (get_select_atributes). There is an open issue to fix this.
atributes = "atributes"
# fo is used for the Faroese locale. It is not a typo.
# fo is also used for a table alias in SQL queries.
fo = "fo"
# `Ags` should be `Ages`, `Tags` in sandbox token
Ags = "Ags"
# This is used as a class name, so changing it could introduce issues with backward compatibility.
unmergable = "unmergable"
# This is detected in our Stripe publishable key.
iz = "iz"
[default.extend-identifiers]
66afe9 = "66afe9"