From fc24735f618af190823657cb75919b830d6c44cf Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 14 Dec 2023 19:18:15 +0000 Subject: [PATCH] ci/spellcheck: delete redundant option [ci skip] `--check-hidden` not necessary when passing filenames explicitly. Follow-up to a79218d3a058a333bb9de14079548a3511679a04 --- ci/spellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)