summaryrefslogtreecommitdiff
path: root/checkeol.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-08-26 09:30:36 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-08-26 09:30:36 -0400
commit4e468ea959a37d7f170923a2ece465eb47dfa10a (patch)
treee53ae7ea3db681f529a89c9b2480470d5d7cabbf /checkeol.py
parenta7881d330129a3f80ba5f4bffc9c069020e22731 (diff)
downloadpython-coveragepy-git-4e468ea959a37d7f170923a2ece465eb47dfa10a.tar.gz
Clean up lint.
Diffstat (limited to 'checkeol.py')
-rw-r--r--checkeol.py2
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)