11 lines
281 B
Text
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
|