more custom skips for codespell - long lines, lines with ú etc

This commit is contained in:
Yaroslav Halchenko 2024-01-24 14:30:16 -05:00
parent 121c5e2abc
commit 4c5b765de7

View File

@ -1,6 +1,7 @@
# Ref: https://github.com/codespell-project/codespell#using-a-config-file # Ref: https://github.com/codespell-project/codespell#using-a-config-file
[codespell] [codespell]
skip = .git,*.svg,*.css,*.min.*,.codespellrc skip = .git,*.svg,*.css,*.min.*,*-min.js,.codespellrc,locale,static,kickstarter-announcement.md
check-hidden = true check-hidden = true
# ignore-regex = # skip lines with ú as they might contain non-english words
# ignore-words-list = ignore-regex = \bMalcom Tredinnick\b|^.{500,}$|.*ú.*
ignore-words-list = fo,crate