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

8 lines
132 B
TOML

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