diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 00:04:29 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 00:04:29 -0500 |
commit | fb971f338581e9c9d35009fb61effbae3ea48d3c (patch) | |
tree | d1ce95da1df02354f38fc9a962ca4df3887c0074 /checkeol.py | |
parent | 0cb94df339dfd606fccf58253bc621f031679da7 (diff) | |
download | python-coveragepy-git-fb971f338581e9c9d35009fb61effbae3ea48d3c.tar.gz |
Cleaning line endings
Diffstat (limited to 'checkeol.py')
-rw-r--r-- | checkeol.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checkeol.py b/checkeol.py index 7af9d8b0..6464893c 100644 --- a/checkeol.py +++ b/checkeol.py @@ -33,4 +33,5 @@ check_files("coverage/htmlfiles", ["*.html", "*.css", "*.js"]) check_files("test", ["*.py"]) check_files("test", ["*,cover"], trail_white=False) check_file("setup.py") +check_files("doc", ["*.rst"]) check_files(".", ["*.txt"]) |