Exclude cotire.cmake from white space checks

This is a third-party file using TABs for indentation.
This commit is contained in:
Vadim Zeitlin
2021-07-15 21:40:58 +02:00
parent 2f6dd5e80c
commit 3ec24bd981

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 'docs/changes.txt,docs/changes_30.txt,*.png,*.ico,*.bmp,*.cur,docs/doxygen/images' \ -S 'build/cmake/modules/cotire.cmake,docs/changes.txt,docs/changes_30.txt,*.png,*.ico,*.bmp,*.cur,docs/doxygen/images' \
README.md docs include interface README.md docs include interface
rc=$? rc=$?