Files
wget2/contrib/spell-checker
Tim Rühsen 19a7070d86 Silence spell checker
* contrib/spell-checker: Add 'anull' to exclude list.
* libwget/ssl_gnutls.c: Fix verication to verification.
* src/options.c: Fix pysical to physical.
2023-07-02 18:32:46 +02:00

15 lines
511 B
Bash
Executable File

#!/usr/bin/env bash
#
# see https://github.com/codespell-project/codespell
#
# in short:
# - pip install codespell
# - add ~/.local/bin to PATH
set -e
codespell "$@" -L "tim,gonna,cas,referer,fpr,vas,anull" $(git ls-files|\
grep -E -v '_fuzzer.in|_fuzzer.repro|\.der$|\.pem$|gnulib|ChangeLog|tests/gpg|\.png$|\.dat$|src/wget.c|contrib/spell-checker|tests/certs/ocsp/generate_certs.sh|tests/certs/README.md')
codespell "$@" -L "tim,gonna,cas,te,referer,ist,fpr,vas,anull" src/wget.c contrib/spell-checker