Re-enable check for @author tag

Change-Id: Ib12371d32bb4e1fc25b3aa1a8f78a299d6ece5d2
This commit is contained in:
Kyle Mestery
2015-01-26 17:48:10 +00:00
parent abe31653ee
commit 8abaab4162

View File

@@ -35,8 +35,7 @@ ignore = E123,E124,E125,H803
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
# H105 skipped as we're allowing @author tags here
show-source = True
ignore = H105,E123,E125,H803
ignore = E123,E125,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools