curl/.github/scripts/typos.sh
2025-07-21 15:20:40 +02:00

14 lines
294 B
Bash
Executable file

#!/bin/sh
# Copyright (C) Viktor Szakats
#
# SPDX-License-Identifier: curl
set -eu
cd "$(dirname "${0}")"/../..
git ls-files \
| grep -v -E '(codespell-ignore\.txt|spellcheck\.words|/wcurl|CIPHERS-TLS12\.md|/THANKS)' \
| typos \
--config '.github/scripts/typos.toml' \
--file-list -