goldwarden/.github/workflows/_typos.toml
2024-04-28 17:44:08 +02:00

9 lines
133 B
TOML

[default]
extend-ignore-identifiers-re = [
# upstream go library issue
".*Encrypter",
]
[files]
extend-exclude = ["go.mod"]