1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-27 00:18:12 +03:00
Files
libssh2/ci/spellcheck.sh
Viktor Szakats fc24735f61 ci/spellcheck: delete redundant option [ci skip]
`--check-hidden` not necessary when passing filenames explicitly.

Follow-up to a79218d3a0
2023-12-14 20:20:39 +00:00

13 lines
267 B
Bash
Executable File

#!/bin/sh
# Copyright (C) The libssh2 project and its contributors.
# SPDX-License-Identifier: BSD-3-Clause
set -e
cd "$(dirname "$0")/.."
# shellcheck disable=SC2046
codespell --skip='docs/AUTHORS' \
--ignore-words='ci/spellcheck-words.txt' \
$(git ls-files)