goldwarden/.github/workflows/_typos.toml

9 lines
133 B
TOML
Raw Permalink Normal View History

2024-04-28 18:42:10 +03:00
[default]
extend-ignore-identifiers-re = [
# upstream go library issue
2024-04-28 18:44:08 +03:00
".*Encrypter",
2024-04-28 18:42:10 +03:00
]
2024-04-28 18:33:16 +03:00
[files]
extend-exclude = ["go.mod"]