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
commit8db961c74630ca3ca8a389b6e96068e9a608f92a (patch)
tree200cccefa1978685a3dc2bdd3304e67ac88c1234 /checkeol.py
parentaa75e73d926b6350da8336a46809a4406e187edd (diff)
downloadpython-coveragepy-8db961c74630ca3ca8a389b6e96068e9a608f92a.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 6464893..5d18d9e 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)