Merge "Clean up removed hacking rule from [flake8] ignore lists"

This commit is contained in:
Jenkins 2016-01-15 14:56:59 +00:00 committed by Gerrit Code Review
commit b7002e2e56
10 changed files with 13 additions and 13 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# hacking should be first
hacking<0.10,>=0.9.2
hacking<0.11,>=0.10.2
bashate>=0.2 # Apache-2.0
coverage>=3.6

View File

@ -68,10 +68,10 @@ commands = python tools/lintstack.py check
[flake8]
# Following checks are ignored on purpose:
#
# H904 wrap long lines in parentheses instead of a backslash
# reason: removed in hacking (https://review.openstack.org/#/c/101701/)
ignore = H904
# H105 using author tags
# H238 hacking no old style class
# H501 hacking no locals
ignore = H105,H238,H501
builtins = _
exclude = .venv,.tox,dist,doc,*egg