Skip to content

Commit a7fa169

Browse files
committed
Exclude CHANGELOG.rst and help_text files
Per #11195 (comment)
1 parent 14639d1 commit a7fa169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ readthedocs/__init__.py =
4747

4848
[codespell]
4949
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
50-
skip = .git,*.svg,locale,package-lock.json,*.css,*.min.*,vendor,*.ai,setup.cfg,migrations
50+
skip = .git,*.svg,locale,package-lock.json,*.css,*.min.*,vendor,*.ai,setup.cfg,migrations,CHANGELOG.rst
5151
check-hidden = true
5252
# some names and abbreviations and very long lines (minimized?)
5353
# TODO: fixup help_text in readthedocs/builds/models.py : "to perfom an"
54-
ignore-regex = \b(Manuel|DED|Wile E. Coyote|Couldn\\u2019t|to perfom an)\b|.{300,}|"pyton\b|\|(ative|ment)\||"Hel" will match\b|ative: ''
54+
ignore-regex = \b(Manuel|DED|Wile E. Coyote|Couldn\\u2019t|to perfom an)\b|.{300,}|"pyton\b|\|(ative|ment)\||"Hel" will match\b|ative: ''|help_text *=.*
5555
# TODO: fix syntaxt -- would require transition?
5656
ignore-words-list = fo,te,astroid,requestor,syntaxt

0 commit comments

Comments
 (0)