Add a full spellcheck.
This commit is contained in:
parent
20a917b074
commit
d51801ac65
4 changed files with 34 additions and 40 deletions
11
.codespellrc
Normal file
11
.codespellrc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue