site/typos.toml
g_it 20a917b074
Some checks failed
Spell Check with typos / Check for typos (push) Failing after 1m55s
vale / runner / vale (push) Successful in 5s
Restrict typos to md and html.
2026-04-08 16:02:18 +02:00

13 lines
207 B
TOML

[default]
# Only check these file extensions
extend-include = ["*.md", "*.html"]
# Exclude code directories
exclude = [
".git",
"target",
"node_modules",
".forgejo",
"src",
"bin",
]