Add contrib/spell-checker

This commit is contained in:
Tim Rühsen 2018-12-28 19:45:30 +01:00
parent c9315f26bc
commit 80c0d5ff22
1 changed files with 9 additions and 0 deletions

9
contrib/spell-checker Executable file
View 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" `git ls-files|egrep -v '_fuzzer.in|_fuzzer.repro|^list$'`