* contrib/spell-checker: Add new file

This commit is contained in:
Tim Rühsen 2020-02-20 16:20:52 +01:00
parent 9df2e0d746
commit ce745c6a08

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env bash
# #
# see https://github.com/codespell-project/codespell # see https://github.com/codespell-project/codespell
# #
@ -6,4 +6,9 @@
# - pip install codespell # - pip install codespell
# - add ~/.local/bin to PATH # - add ~/.local/bin to PATH
codespell $* -L "tim,gonna,cas,tage,lightening,wither" `git ls-files|egrep -v '_fuzzer.in|_fuzzer.repro|\.der$|gnulib|ChangeLog'` set -e
codespell $* -L "tim,gonna,cas,referer,fpr,vas,msdos,ifset,ba,tage,tolen,files',hist" `git ls-files|\
egrep -v '_fuzzer.in|_fuzzer.repro|\.der$|\.pem$|gnulib|ChangeLog|tests/gpg|\.png$|\.dat$|contrib/spell-checker|tests/certs/.*\.crt'`
#codespell $* -L "tim,gonna,cas,te,referer,ist,fpr,vas" src/wget.c contrib/spell-checker