mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-31 00:03:08 +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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user