summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-03 21:11:58 (GMT)
committerGeorg Brandl <georg@python.org>2009-01-03 21:11:58 (GMT)
commit3b62c2ff690143d9c6119c27478c243baa1b140c (patch)
tree7aacd3bb9e0f657d995fc49f10d312b427a67ee6 /Doc/Makefile
parent7044b11818cb81d1df0573b3cfe8d9b90befce9b (diff)
downloadcpython-3b62c2ff690143d9c6119c27478c243baa1b140c.zip
cpython-3b62c2ff690143d9c6119c27478c243baa1b140c.tar.gz
cpython-3b62c2ff690143d9c6119c27478c243baa1b140c.tar.bz2
Disable the line length checker by default.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 02d1acf..b1b0e85 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -142,4 +142,4 @@ dist:
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