Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 479 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 479 Bytes

codespell_dictionary

A customized codespell dictionary file for English and German language.

In order to use this dictionary file, you have to download codespell from https://github.com/codespell-project/codespell.

After you have downloaded codespell you can use this dictionary as followed:

$ ./codespell --dictionary=[PATH_TO_DICTIONARY_FILE] [FILES/FOLDERS_TO_CHECK]

for example:

$ ./codespell --dictionary=dictionary_all.txt MyProjects