소스 코드에 대한 맞춤범 검사기. 더 많은 정보: https://github.com/codespell-project/codespell.
codespell
codespell --write-changes
codespell --skip "{{패턴}}"
--dictionary
는 여러 번 사용될 수 있음):codespell --dictionary {{경로/대상/파일.txt}}
codespell --ignore-words {{경로/대상/파일.txt}}
codespell --ignore-words-list {{무시되는_단어1,무시되는_단어2,...}}
codespell --{{context|before-context|after-context}} {{3}}
codespell --check-filenames