-
Notifications
You must be signed in to change notification settings - Fork 329
/
.typos.toml
68 lines (66 loc) · 1.65 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[files]
extend-exclude = [
".git/",
"sandbox/sakila.sql",
"sandbox/sakila-db/",
"sandbox/servers/",
"src/go/pt-galera-log-explainer/tests/",
"src/go/pt-secure-collect/testdata/",
"util/NaturalDocs/",
"util/pod2rst-fixed.packed",
"go.mod",
# For now
"t/",
"**/*_test.go",
]
ignore-hidden = false
[default]
extend-ignore-re = [
"Info\\.nd",
"State\\.nd",
"Table\\.nd",
"perl -ane",
"begin nd\\b",
"end nd\\b",
"\\$nin",
"set -ue",
"\\[R\\]esponding",
"ne 'toi'",
"FDEA8D2993C9CAF3",
"\\$parms",
"Claus Jeppesen",
]
[default.extend-identifiers]
"Bootstraping" = "Bootstraping" # typo in Galera lib
"Continuent" = "Continuent"
"END_ND_SUMMARY" = "END_ND_SUMMARY"
"END_ND_TOOLTIPS" = "END_ND_TOOLTIPS"
"EXPLAINed" = "EXPLAINed"
"FH_ND_FILE" = "FH_ND_FILE"
"INSERTs" = "INSERTs"
"IST" = "IST"
"istError" = "istError"
"JOINed" = "JOINed"
"MERCHANTIBILITY" = "MERCHANTIBILITY"
"ND" = "ND"
"NDDoResize" = "NDDoResize"
"NDMarkup" = "NDMarkup"
"NDMarkupToHTML" = "NDMarkupToHTML"
"NDOnLoad" = "NDOnLoad"
"NDOnResize" = "NDOnResize"
"NULLable" = "NULLable"
"O_WRONLY" = "O_WRONLY"
"receving" = "receving" # typo in Galera lib
"RegexFailedToPrepareIST" = "RegexFailedToPrepareIST"
"RegexISTFailed" = "RegexISTFailed"
"RegexISTReceived" = "RegexISTReceived"
"RegexISTReceiver" = "RegexISTReceiver"
"RegexISTSender" = "RegexISTSender"
"RegexXtrabackupISTReceived" = "RegexXtrabackupISTReceived"
"START_ND_SUMMARY" = "START_ND_SUMMARY"
"START_ND_TOOLTIPS" = "START_ND_TOOLTIPS"
"thr" = "thr" # common abbreviation
"TOI" = "TOI"
"UNIONed" = "UNIONed"
"UNIONs" = "UNIONs"
"xtrabackup_ist" = "xtrabackup_ist"