1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-01 11:26:53 +03:00

ci/spellcheck: delete redundant option [ci skip]

`--check-hidden` not necessary when passing filenames explicitly.

Follow-up to a79218d3a0
This commit is contained in:
Viktor Szakats
2023-12-14 19:18:15 +00:00
parent 7010049969
commit fc24735f61

View File

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