Merge "Enable some off-by-default checks"

This commit is contained in:
Jenkins 2017-08-26 15:04:08 +00:00 committed by Gerrit Code Review
commit f12d6d9086
1 changed files with 4 additions and 1 deletions

View File

@ -92,8 +92,11 @@ commands = python setup.py build_sphinx
# N530 direct neutron imports not allowed
# TODO(ihrachys) -- reenable N537 when new neutron-lib release is available
# N537 Log messages should not be translated
# H106: Do not put vim configuration in source files
# H203: Use assertIs(Not)None to check for None
# H904: Delay string interpolations at logging calls
ignore = E125,E126,E128,E129,E265,H404,H405,N530,N537
enable-extensions=H904
enable-extensions=H106,H203,H904
show-source = true
exclude = .venv,.git,.tox,dist,doc,*lib/python*,.tmp,*egg,build,tools,.ropeproject,rally-scenarios
import-order-style = pep8