Files
webpage/typos.toml
rm-dr b6de727883
Some checks failed
CI / Check typos (push) Failing after 8m53s
CI / Check links (push) Failing after 8m51s
CI / Clippy (push) Failing after 7m21s
CI / Build and test (push) Failing after 7m18s
CI / Build container (push) Has been skipped
CI / Deploy on waypoint (push) Has been skipped
page rewrite
2025-11-16 12:58:20 -08:00

10 lines
262 B
TOML

[default]
extend-words."typ" = "typ"
extend-ignore-re = [
# Line block with # spellchecker:<on|off>
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
]
[files]
extend-exclude = ["crates/service/service-webpage/css", "crates/lib/page/htmx"]