mirror of
https://github.com/mirror/wget.git
synced 2025-02-04 08:40:18 +08:00
* contrib/spell-checker: Add new file
This commit is contained in:
parent
9df2e0d746
commit
ce745c6a08
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# see https://github.com/codespell-project/codespell
|
||||
#
|
||||
@ -6,4 +6,9 @@
|
||||
# - pip install codespell
|
||||
# - 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
|
||||
|
Loading…
Reference in New Issue
Block a user