commit | 3b62c2ff690143d9c6119c27478c243baa1b140c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jan 03 21:11:58 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jan 03 21:11:58 2009 +0000 |
tree | 7aacd3bb9e0f657d995fc49f10d312b427a67ee6 | |
parent | 7044b11818cb81d1df0573b3cfe8d9b90befce9b [diff] [blame] |
Disable the line length checker by default.
diff --git a/Doc/Makefile b/Doc/Makefile index 02d1acf..b1b0e85 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -142,4 +142,4 @@ cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2 check: - $(PYTHON) tools/rstlint.py -i tools -s 2 + $(PYTHON) tools/rstlint.py -i tools