From b5efd2a6ecdc6a0206f262baec1c6689fda7e789 Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Thu, 11 Apr 2024 19:53:43 +0300 Subject: [PATCH] Added exceptions for advices and thr to .typos.toml --- .typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.typos.toml b/.typos.toml index 7fb9db2e..44a90db2 100644 --- a/.typos.toml +++ b/.typos.toml @@ -33,6 +33,7 @@ extend-ignore-re = [ ] [default.extend-identifiers] +"advices" = "advices" # typo in version_check.go "Bootstraping" = "Bootstraping" # typo in Galera lib "Continuent" = "Continuent" "END_ND_SUMMARY" = "END_ND_SUMMARY" @@ -61,6 +62,7 @@ extend-ignore-re = [ "RegexXtrabackupISTReceived" = "RegexXtrabackupISTReceived" "START_ND_SUMMARY" = "START_ND_SUMMARY" "START_ND_TOOLTIPS" = "START_ND_TOOLTIPS" +"thr" = "thr" # common abbreviation "TOI" = "TOI" "UNIONed" = "UNIONed" "UNIONs" = "UNIONs"