commit | 3eab9898ad5629bb2552075a2216b5335b0aeb00 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Jul 22 15:49:18 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Jul 22 15:49:18 2013 +0000 |
tree | 19837bd1f910808deb15864fcd4b0c092afe6693 | |
parent | ec2e7fa31a09387b16e316a5cf2cfdca52ad28a2 [diff] | |
parent | dca03dd6ef39a088e7df5a325eb5f5702389a356 [diff] |
Merge "Document E125 as a won't fix."
diff --git a/tox.ini b/tox.ini index c068563..eb1ef4b 100644 --- a/tox.ini +++ b/tox.ini
@@ -78,6 +78,7 @@ local-check-factory = tempest.hacking.checks.factory [flake8] +# E125 is a won't fix until https://github.com/jcrocholl/pep8/issues/126 is resolved. For further detail see https://review.openstack.org/#/c/36788/ ignore = E125,H302,H404 show-source = True exclude = .git,.venv,.tox,dist,doc,openstack,*egg