diff --git a/contrib/spell-checker b/contrib/spell-checker new file mode 100755 index 00000000..d5a96a87 --- /dev/null +++ b/contrib/spell-checker @@ -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'`