From a46649453de59da42d4154e0f9b419e89a72e3c6 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Thu, 13 Apr 2017 06:36:24 -0400 Subject: [PATCH] Add comment explaining ignore D001 for doc8 because we allow lines in excess of 79 characters in our doc source. Change-Id: I44fc982386f624fe44a45e97ef791a5e41ee15fd --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9ed3db373c..9be8e23f75 100644 --- a/tox.ini +++ b/tox.ini @@ -67,6 +67,7 @@ whitelist_externals = rm commands = rm -rf doc/build python setup.py build_sphinx + # Ignore D001 since we allow lines in excess of 79 characters. doc8 --ignore D001 --ignore-path .tox --ignore-path doc/build --ignore-path manila.egg-info -e txt -e rst [testenv:cover]