Ignore hacking rules

Infra has long ignored hacking rules because they enforce sillyness that
only pushes pain onto devs. We don't care about periods at the end of
commit message titles or the minute details of comments and docstrings.

Change-Id: I71b260b9a416dccbb7663a676ec196e8727588c7
This commit is contained in:
Clark Boylan 2016-07-05 17:47:53 -07:00
parent 9a68df0df5
commit 833df4a99c
1 changed files with 3 additions and 2 deletions

View File

@ -25,10 +25,11 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = python setup.py build_sphinx
[flake8]
# H803 skipped on purpose per list discussion.
# Hacking ignored becaues its rules are too zealous and cause more
# grief than value.
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,H803
ignore = E123,E125,H
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build