1
0
tetros/tools/typos.toml
Mark 08b9d6e6d4
Some checks failed
CI / Typos (push) Successful in 11s
CI / Clippy (push) Failing after 31s
CI / Build (push) Successful in 1m14s
Added workflow?
2025-02-25 19:40:55 -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",
]