summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2014-10-20 10:21:20 -0700
committerJoe Gordon <joe.gordon0@gmail.com>2014-10-20 10:21:20 -0700
commit1adc6d0251b290a08c5f2b89207c2a0a6480a06a (patch)
tree6c1631c4a4de52eff032592f59ca6431fab9f425 /tox.ini
parentf9ac34d9e8cea7345f948507b17a44a740937395 (diff)
downloadpython-novaclient-1adc6d0251b290a08c5f2b89207c2a0a6480a06a.tar.gz
Remove E12* from list of deliberately ignored flake8 rules
I367064ecaa6d1fd9d918f7ce003303e2db660647 Added E12 to the ignored on purpose list, which also makes no sense E12 was never meant to be skipped all together (I was the one who added E12 to the flake8 ignore list (Ifc8924914b5a0d625bc8df6442ee85eb21459cde) Then I4cf246e3ec932ba0d2391eb8bcb793b28b005b4c came along and updated the list to break out the E12 ignored on purpose list. Drop all E12 rules from the ignored on purpose list, as we do not want to ignore these on purpose. Change-Id: Ic400047347a82aebbc0f6ce6f5061e7757a02d3d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 28c6542c..4b317deb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,8 +41,7 @@ downloadcache = ~/cache/pip
# H904 wrap long lines in parentheses instead of a backslash
# reason: removed in hacking (https://review.openstack.org/#/c/101701/)
#
-# Additional checks are also ignored on purpose: E124, E126,
-# E127, E128, E129, F811, F821
+# Additional checks are also ignored on purpose: F811, F821
ignore = E124,E126,E127,E128,E129,F811,F821,H402,H404,H405,H904
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py