-
Notifications
You must be signed in to change notification settings - Fork 291
Expand file tree
/
Copy path_typos.toml
More file actions
51 lines (45 loc) · 963 Bytes
/
_typos.toml
File metadata and controls
51 lines (45 loc) · 963 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
45
46
47
48
49
50
51
[default]
extend-ignore-re = [
"[A-Fa-f0-9]{8,}", # hexadecimal tokens
"[A-Za-z0-9+/=]{12,}", # base64-like random blobs
"([A-Z0-9]{2,}-){2,}[A-Z0-9]+", # cipher suites (PSK-3DES-EDE-CBC-SHA)
"([A-Za-z]{2,}_){1,}[A-Za-z]+" # snake_case config fields (may contain abbreviations)
]
extend-ignore-words-re = ["^custome$"]
[default.extend-words]
# EMQX specific terms
emqx = "emqx"
kuiper = "kuiper"
neuron = "neuron"
mqtt = "mqtt"
suback = "suback"
puback = "puback"
qos = "qos"
mosquitto = "mosquitto"
alis = "alis"
wxs = "wxs"
# Technical jargon
k8s = "k8s"
auth = "auth"
repo = "repo"
schemas = "schemas"
# Ordinal numbers
1st = "1st"
2nd = "2nd"
3rd = "3rd"
# Words that appeared in false positives
succee = "succee"
smal = "smal"
siz = "siz"
iif = "iif"
EACG = "EACG"
EDE = "EDE"
HPE = "HPE"
AKS = "AKS"
aks = "aks"
TKE = "TKE"
Sur = "Sur"
[default.extend-identifiers]
iif = "iif"
[files]
extend-exclude = ["redocly"]