17 Commits

Author SHA1 Message Date
93a817c776 Allow hidden files to optionally be checked (#603)
* Add a test for skipping globs with directory and filename in

* Forcing a Travis build

* Tidy the Travis force

* Skip paths with the glob mathing too

* Add a check for new hidden file functionality

* Fix the code to add the new options

* Fix the test syntax

* Fix the flake8 error

* Improve help text
2018-07-30 12:19:04 -04:00
57c3b26765 Extend --skip to match globs across full paths. Closes #283 (#600)
* Add a test for skipping globs with directory and filename in

* Forcing a Travis build

* Tidy the Travis force

* Skip paths with the glob mathing too
2018-07-29 16:34:21 -04:00
8a590bdeec ENH: Add test 2018-07-16 09:49:34 -04:00
50bcf82833 FIX: Caps and pytest (#482)
* FIX: Caps and pytest

* FIX: Check in code

* FIX: Check for unique names

* FIX: Minor fixes

* FIX: More checks
2018-05-07 13:27:48 -04:00
c33983549a FIX: More newline 2017-11-15 13:27:01 -05:00
23f2ef5cc6 FIX: Fix endings 2017-11-15 13:23:59 -05:00
cc2dc05cc1 Revert 2017-11-15 13:15:56 -05:00
e2127ba6bc FIX: Fix test 2017-11-15 13:09:58 -05:00
e1cc76ac07 FIX: Fixes for Windows 2017-11-15 12:27:35 -05:00
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