mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
PR-669 - Add pt-galera-log-explainer
- Exceptions for identifiers and Galera library errors in .typos.toml
This commit is contained in:
10
.typos.toml
10
.typos.toml
@@ -32,6 +32,7 @@ extend-ignore-re = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[default.extend-identifiers]
|
[default.extend-identifiers]
|
||||||
|
"Bootstraping" = "Bootstraping" # typo in Galera lib
|
||||||
"Continuent" = "Continuent"
|
"Continuent" = "Continuent"
|
||||||
"END_ND_SUMMARY" = "END_ND_SUMMARY"
|
"END_ND_SUMMARY" = "END_ND_SUMMARY"
|
||||||
"END_ND_TOOLTIPS" = "END_ND_TOOLTIPS"
|
"END_ND_TOOLTIPS" = "END_ND_TOOLTIPS"
|
||||||
@@ -39,6 +40,7 @@ extend-ignore-re = [
|
|||||||
"FH_ND_FILE" = "FH_ND_FILE"
|
"FH_ND_FILE" = "FH_ND_FILE"
|
||||||
"INSERTs" = "INSERTs"
|
"INSERTs" = "INSERTs"
|
||||||
"IST" = "IST"
|
"IST" = "IST"
|
||||||
|
"istError" = "istError"
|
||||||
"JOINed" = "JOINed"
|
"JOINed" = "JOINed"
|
||||||
"MERCHANTIBILITY" = "MERCHANTIBILITY"
|
"MERCHANTIBILITY" = "MERCHANTIBILITY"
|
||||||
"ND" = "ND"
|
"ND" = "ND"
|
||||||
@@ -49,8 +51,16 @@ extend-ignore-re = [
|
|||||||
"NDOnResize" = "NDOnResize"
|
"NDOnResize" = "NDOnResize"
|
||||||
"NULLable" = "NULLable"
|
"NULLable" = "NULLable"
|
||||||
"O_WRONLY" = "O_WRONLY"
|
"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_SUMMARY" = "START_ND_SUMMARY"
|
||||||
"START_ND_TOOLTIPS" = "START_ND_TOOLTIPS"
|
"START_ND_TOOLTIPS" = "START_ND_TOOLTIPS"
|
||||||
"TOI" = "TOI"
|
"TOI" = "TOI"
|
||||||
"UNIONed" = "UNIONed"
|
"UNIONed" = "UNIONed"
|
||||||
"UNIONs" = "UNIONs"
|
"UNIONs" = "UNIONs"
|
||||||
|
"xtrabackup_ist" = "xtrabackup_ist"
|
||||||
|
|||||||
Reference in New Issue
Block a user