codespell

1. Install codespell

pip install codespell

2. Download dictionary  to a folder, e.g. ~/dictionary.txt
3. Git clone 

git clone xxx.git


3. Check docs files spell errors with codespell

$ cd xxx
$ find . -name "*.md" |xargs codespell -D ~/dictionary.txt

posted on 2022-04-14 14:09  cdekelon  阅读(100)  评论(0编辑  收藏  举报

导航