-
Notifications
You must be signed in to change notification settings - Fork 866
Expand file tree
/
Copy path.typos.toml
More file actions
66 lines (51 loc) · 1.09 KB
/
.typos.toml
File metadata and controls
66 lines (51 loc) · 1.09 KB
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
65
66
# If there are words that you think should not be treated as typo.
# Please list here along with a comment.
[default]
extend-ignore-re = [
"(?Rm)^.*(#|//)\\s*typos:disable-line$",
"(#|//)\\s*typos:ignore-next-line\\n.*",
"(?s)(#|//)\\s*typos:off.*?\\n\\s*(#|//)\\s*typos:on",
]
[default.extend-words]
# Preserved for NdJson
Nd = "Nd"
typ = "typ"
aranges = "aranges"
pendings = "pendings"
[default.extend-identifiers]
## External
WRONLY = "WRONLY"
# Base64 literals used in tests
QWJj = "QWJj"
MTIz = "MTIz"
# Wrong cases
Tke = "Tke"
ba = "ba"
# sql function name: diff_dows, between_dows
diff_dows = "diff_dows"
between_dows = "between_dows"
into_flate2 = "into_flate2"
[files]
extend-exclude = [
"**/Cargo.toml",
"benchmark/",
"tests/sqllogictests",
"tests/nox/java_client/testng.xml",
"tests/data/ddl",
]
# todo: fix me
[type.py]
check-file = false
# todo: fix me
[type.sh]
check-file = false
[type.txt]
check-file = false
[type.sql]
check-file = false
[type.csr]
extend-glob = ["*.csr"]
check-file = false
[type.result]
extend-glob = ["*.result"]
check-file = false