mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-19 04:32:28 +03:00
more custom skips for codespell - long lines, lines with ú etc
This commit is contained in:
parent
121c5e2abc
commit
4c5b765de7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user