mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 20:22:22 +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
|
||||
[codespell]
|
||||
skip = .git,*.svg,*.css,*.min.*,.codespellrc
|
||||
skip = .git,*.svg,*.css,*.min.*,*-min.js,.codespellrc,locale,static,kickstarter-announcement.md
|
||||
check-hidden = true
|
||||
# ignore-regex =
|
||||
# ignore-words-list =
|
||||
# skip lines with ú as they might contain non-english words
|
||||
ignore-regex = \bMalcom Tredinnick\b|^.{500,}$|.*ú.*
|
||||
ignore-words-list = fo,crate
|
||||
|
|
Loading…
Reference in New Issue
Block a user