Merge "Disable new N537 hacking check from next neutron-lib"

This commit is contained in:
Jenkins 2017-04-17 09:51:58 +00:00 committed by Gerrit Code Review
commit 07c65cbae3
1 changed files with 3 additions and 1 deletions

View File

@ -90,7 +90,9 @@ commands = python setup.py build_sphinx
# TODO(marun) H404 multi line docstring should start with a summary
# TODO(dougwig) -- uncomment this to test for remaining linkages
# N530 direct neutron imports not allowed
ignore = E125,E126,E128,E129,E265,H404,H405,N530
# TODO(ihrachys) -- reenable N537 when new neutron-lib release is available
# N537 Log messages should not be translated
ignore = E125,E126,E128,E129,E265,H404,H405,N530,N537
enable-extensions=H904
show-source = true
exclude = .venv,.git,.tox,dist,doc,*lib/python*,.tmp,*egg,build,tools,.ropeproject,rally-scenarios