diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-26 09:30:36 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-26 09:30:36 -0400 |
| commit | 4e468ea959a37d7f170923a2ece465eb47dfa10a (patch) | |
| tree | e53ae7ea3db681f529a89c9b2480470d5d7cabbf /checkeol.py | |
| parent | a7881d330129a3f80ba5f4bffc9c069020e22731 (diff) | |
| download | python-coveragepy-git-4e468ea959a37d7f170923a2ece465eb47dfa10a.tar.gz | |
Clean up lint.
Diffstat (limited to 'checkeol.py')
| -rw-r--r-- | checkeol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkeol.py b/checkeol.py index 6464893c..5d18d9e3 100644 --- a/checkeol.py +++ b/checkeol.py @@ -28,7 +28,7 @@ def check_files(root, patterns, **kwargs): dirs.remove(pattern) -check_files("coverage", ["*.py"]) +check_files("coverage", ["*.py", "*.c"]) check_files("coverage/htmlfiles", ["*.html", "*.css", "*.js"]) check_files("test", ["*.py"]) check_files("test", ["*,cover"], trail_white=False) |
