.
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:08:17 +02:00
commit d6d3b125ed
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
3 changed files with 5 additions and 12 deletions

4
.codespell.toml Normal file
View file

@ -0,0 +1,4 @@
[tool.codespell]
skip = ".git,target,node_modules,.forgejo,src,bin"
extensions = "md,html,adoc,txt"
dictionaries = ["clear", "rare", "informal", "code"]

View file

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

View file

@ -20,4 +20,4 @@ jobs:
pip install codespell
- name: Run codespell
run: codespell --config .codespellrc
run: codespell --toml .codespell.toml