Merge "Enable some off-by-default checks"

This commit is contained in:
Jenkins 2017-09-01 14:22:04 +00:00 committed by Gerrit Code Review
commit 0f01864959

View File

@ -62,9 +62,9 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
#
# E251 unexpected spaces around keyword / parameter equals
# reason: no improvement in readability
show-source = True
ignore = E251
enable-extensions=H106,H203
builtins = _
exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build
max-complexity=30