8 Commits

Author SHA1 Message Date
c7ffd4e50c Add new --check-filenames option to check file names as well
A new command line option -f / --check-filenames is implemented which
enables the check of the given file names.
2017-10-05 21:21:46 +02:00
66cc33c230 Skip relative directories
The current code already allows skipping directories, but the full path
must be given, e.g. "./.git" instead of just ".git", as "codespell ." is
the default.

Allow --skip to be used with relative directory names, too.
2017-08-17 17:26:00 +02:00
bdc95edd79 added unit-tests for new --ignore-words and --regex option 2017-03-21 21:50:03 -07:00
fb6f01db96 Move bin/codespell.py to bin/codespell
From discussion in GH#85, the executable was renamed to
codespell to preserve backward compatibility with how
the Makefile used to install the library.
2016-08-18 11:49:43 -04:00
e9d8629cd9 FIX: Fix command 2016-06-17 16:07:11 -04:00
0d91bf2cd6 ENH: Increase coverage 2016-04-27 12:21:57 -04:00
b266720d26 ENH: Skip directories 2016-04-27 10:38:34 -04:00
b400e4250d ENH: Restructure for Travis 2016-04-27 10:18:36 -04:00