.
This commit is contained in:
parent
d51801ac65
commit
d6d3b125ed
3 changed files with 5 additions and 12 deletions
4
.codespell.toml
Normal file
4
.codespell.toml
Normal 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"]
|
||||
11
.codespellrc
11
.codespellrc
|
|
@ -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
|
||||
|
|
@ -20,4 +20,4 @@ jobs:
|
|||
pip install codespell
|
||||
|
||||
- name: Run codespell
|
||||
run: codespell --config .codespellrc
|
||||
run: codespell --toml .codespell.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue