Don't check spelling in all change log files
Including the recently added docs/changes_32.txt one.
This should have been in 304f173924 (Rename the existing changelog to
changes_32.txt and add a new one, 2022-07-11) but was forgotten there.
This commit is contained in:
parent
a8076290e0
commit
9cdbc72f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ fi
|
|||
$CODESPELL \
|
||||
-I misc/suppressions/codespell-words \
|
||||
-x misc/suppressions/codespell-lines \
|
||||
-S 'build/cmake/modules/cotire.cmake,docs/changes.txt,docs/changes_30.txt,*.png,*.ico,*.bmp,*.cur,docs/doxygen/images,docs/doxygen/mainpages/copyright.h,docs/doxygen/doxygen-awesome-css' \
|
||||
-S 'build/cmake/modules/cotire.cmake,docs/changes*.txt,*.png,*.ico,*.bmp,*.cur,docs/doxygen/images,docs/doxygen/mainpages/copyright.h,docs/doxygen/doxygen-awesome-css' \
|
||||
README.md docs include interface
|
||||
|
||||
rc=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue