Add a full spellcheck.
Some checks failed
Spell Check / Check spelling (push) Failing after 8s
vale / runner / vale (push) Successful in 4s

This commit is contained in:
g_it 2026-04-08 16:05:43 +02:00
commit d51801ac65
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
4 changed files with 34 additions and 40 deletions

11
.codespellrc Normal file
View file

@ -0,0 +1,11 @@
[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