1
0
tetros/tools/typos.toml
Mark 073c42b2eb
Some checks failed
CI / Typos (push) Successful in 12s
CI / Clippy (push) Failing after 31s
CI / Build (push) Failing after 1m8s
ci?
2025-02-25 19:37:02 -08:00

9 lines
182 B
TOML

[default]
extend-ignore-re = [
# spell:disable-line
"(?Rm)^.*(%|#|//|;)\\s*spell:disable-line$",
# spell:<on|off>
"(?s)(%|#|//|;)\\s*spell:off.*?\\n\\s*(%|#|//)\\s*spell:on",
]