From e0920a4858f5269b9be643399d71e642ba3d4f1a Mon Sep 17 00:00:00 2001 From: hparekh Date: Wed, 9 Dec 2015 15:32:26 +0900 Subject: [PATCH] Ignored PEP257 errors. Change-Id: I5846e830cf6771b0e9dbd6f860dd50e87425b0c3 Closes-bug: #1523590 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 58ce1d83d..a361a97eb 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,9 @@ commands = bash tools/lintstack.sh [testenv:releasenotes] commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html +#Skip PEP257 violation. [flake8] +ignore = D100,D101,D102,D103,D104,D105,D200,D203,D202,D204,D205,D208,D400,D401 show-source = true builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,scripts