Ignored PEP257 errors.

Change-Id: I5846e830cf6771b0e9dbd6f860dd50e87425b0c3
Closes-bug: #1523590
This commit is contained in:
hparekh 2015-12-09 15:32:26 +09:00
parent fbf949758a
commit e0920a4858
1 changed files with 2 additions and 0 deletions

View File

@ -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