From 7d25054ebf1d043cc2d9ebe593f7e94c2d71fc3a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 2 Jul 2022 21:22:57 +0200 Subject: [PATCH] Exclude copyright page of the manual from the spelling checks There are too many names there for this to be practical. --- misc/scripts/spellcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$?