blob: fa4ca48fb1e8d42005f74e74698bccb6a8b0a92e [file] [log] [blame]
- Add option to disable changes to source code, allowing them only on comments
and text files
- Add option to exclude paths. codespell already ignores .git and .svn
subdirectories. It'd be good to give the user to ignore certain paths. E.g:
.eps files -- they are not binary files but codespell shouldn't check them
whatsoever.
- Add option to ignore big files. The biggest issue is if you try to run
codespell with a file in the source code tree like cscope.out. I don't know
if the best approach is to filter by name or by size
BUGS
====