diff --git a/misc/scripts/spellcheck b/misc/scripts/spellcheck index 863e124c34..59e117c4fd 100755 --- a/misc/scripts/spellcheck +++ b/misc/scripts/spellcheck @@ -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=$?