H402 hacking have been deprecated

H402 hacking have been removed since hacking 0.10.
https://github.com/openstack-dev/hacking/blob/master/setup.cfg
test-requirements of kuryr-kubernetes require hacking <0.12,>=0.10.2.
So remove H402 ignore statement
Closes-Bug: #1654117

Change-Id: I9c0ccc99c3f1b9a9f0514f21c3ee02875e306bb4
This commit is contained in:
xhzhf 2017-01-04 17:58:40 +08:00
parent 9a91e3ba33
commit 57fc62659c
1 changed files with 1 additions and 2 deletions

View File

@ -53,10 +53,9 @@ commands = python setup.py build_sphinx
# E128 continuation line under-indented for visual indent
# E129 visually indented line with same indent as next logical line
# E265 block comment should start with '# '
# H402 one line docstring needs punctuation
# TODO(dougwig) -- uncomment this to test for remaining linkages
# N530 direct neutron imports not allowed
ignore = E125,E126,E128,E129,E265,H301,H402,N530
ignore = E125,E126,E128,E129,E265,H301,N530
show-source = true
# TODO(dougw) neutron/tests/unit/vmware exclusion is a temporary services split hack