Exclude copyright page of the manual from the spelling checks

There are too many names there for this to be practical.
This commit is contained in:
Vadim Zeitlin 2022-07-02 21:22:57 +02:00
parent 9ad06f4b81
commit 7d25054ebf

View file

@ -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/doxygen-awesome-css' \
-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' \
README.md docs include interface
rc=$?