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