mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-16 23:17:14 +08:00
8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
[tool.codespell]
|
|
#builtin = ["clear","rare","informal","usage","code","names"]
|
|
builtin = "clear,rare,informal,usage,code,names"
|
|
#ignore-words-list = ["uint"]
|
|
ignore-words-list = "adn,master,uint,wrod"
|
|
#skip=[ "./.*","codespell_lib/data/*","codespell_lib/tests/*"]
|
|
skip="./.*,codespell_lib/data/*,codespell_lib/tests/*"
|