summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDao Cong Tien <tiendc@vn.fujitsu.com>2018-05-24 08:33:56 +0700
committerDao Cong Tien <tiendc@vn.fujitsu.com>2018-05-24 08:33:56 +0700
commit580d4338e2bce8e557a5007fcba85e157f0b8d60 (patch)
treeb613afa8729eaaf4002775d068e5d08881d8a5a7 /tox.ini
parent929eb6e31126e6bcf24e4de5816f4457ef8fa31a (diff)
downloadironic-580d4338e2bce8e557a5007fcba85e157f0b8d60.tar.gz
Check pep8 without ignoring D000
Currently, ironic ignores D000 check because of error: "D000 Cannot analyze code. Pygments package not found." Pygments is supported from: https://review.openstack.org/#/c/568729/ Change-Id: Ib942f47abf6facaf9967603914326aa3cb79bbd9
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 939cbddc0..ed643faba 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,7 +35,7 @@ commands =
# the check and gate queues.
{toxinidir}/tools/run_bashate.sh {toxinidir}
# Check the *.rst files
- doc8 README.rst CONTRIBUTING.rst doc/source --ignore D001 --ignore D000
+ doc8 README.rst CONTRIBUTING.rst doc/source --ignore D001
# Check to make sure reno releasenotes created with 'reno new'
{toxinidir}/tools/check-releasenotes.py