From 3ec24bd9817e097bc9adecc9cec0195d6fb6b0ce Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 15 Jul 2021 21:40:58 +0200 Subject: [PATCH] Exclude cotire.cmake from white space checks This is a third-party file using TABs for indentation. --- misc/scripts/spellcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/spellcheck b/misc/scripts/spellcheck index ea6c69dddc..99341346ad 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 '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 rc=$?