PR-669 - Add pt-galera-log-explainer

- Exceptions for identifiers and Galera library errors in .typos.toml
This commit is contained in:
Sveta Smirnova
2023-11-30 20:54:41 +03:00
parent e4c7bb6e82
commit a33d63b52c

View File

@@ -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"