diff --git a/.github/workflows/_typos.toml b/.github/workflows/_typos.toml index 36a8a08..057b1a3 100644 --- a/.github/workflows/_typos.toml +++ b/.github/workflows/_typos.toml @@ -1,2 +1,8 @@ +[default] +extend-ignore-identifiers-re = [ + # upstream go library issue + "*Encrypter", +] + [files] extend-exclude = ["go.mod"]