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:
Vadim Zeitlin 2022-07-13 00:21:31 +02:00
parent a8076290e0
commit 9cdbc72f3f

View file

@ -12,7 +12,7 @@ fi
$CODESPELL \ $CODESPELL \
-I misc/suppressions/codespell-words \ -I misc/suppressions/codespell-words \
-x misc/suppressions/codespell-lines \ -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 README.md docs include interface
rc=$? rc=$?