mirror of
https://github.com/mirror/wget.git
synced 2025-03-07 08:10:17 +08:00
* contrib/spell-checker: Add script for spell checking
This commit is contained in:
parent
af16b0f38f
commit
c0427ebf3c
9
contrib/spell-checker
Executable file
9
contrib/spell-checker
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
#
|
||||
# see https://github.com/codespell-project/codespell
|
||||
#
|
||||
# in short:
|
||||
# - 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'`
|
Loading…
Reference in New Issue
Block a user