site/.codespellrc
g_it d51801ac65
Some checks failed
Spell Check / Check spelling (push) Failing after 8s
vale / runner / vale (push) Successful in 4s
Add a full spellcheck.
2026-04-08 16:05:43 +02:00

11 lines
281 B
Text

[codespell]
# Only check these file types
skip = .git,target,node_modules,.forgejo,src,bin,*.js,*.ts,*.py,*.go,*.rs
extensions = md,html,adoc,txt
# Built-in dictionary + ignore words
ignore-words-list =
dictionaries = clear,rare,informal,code
# Be strict
check-filenames = false