diff --git a/ci/spellcheck.sh b/ci/spellcheck.sh index c95e7589..e8352b0c 100755 --- a/ci/spellcheck.sh +++ b/ci/spellcheck.sh @@ -7,6 +7,6 @@ set -e cd "$(dirname "$0")/.." # shellcheck disable=SC2046 -codespell --skip='docs/AUTHORS' --check-hidden \ +codespell --skip='docs/AUTHORS' \ --ignore-words='ci/spellcheck-words.txt' \ $(git ls-files)