Ignore pep8 E722 74/64774/3
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 26 Oct 2017 20:49:52 +0000 (13:49 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 26 Oct 2017 21:00:12 +0000 (14:00 -0700)
Existing code has started to fail on this error and causing
verify jobs to fail that have nothing to do with said existing
code. For now, we can ignore this to let work continue in
the int/test repo.

A jira ticket will be opened for someone to fix those related
erorrs (example below) and then remove this ignore = E722
statement.

Example:
./csit/libraries/AAAJsonUtils.py:208:13: E722 do not use bare except'
            except:
            ^
Change-Id: Iee989ea6f2bcc3149988eb2e430fc7246c2d97e2
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index aa3b7a43402058d8f7a425bd5ad5e0a837642a3a..3ad5411560b3907415b5a06168fa3aabe8640166 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -40,6 +40,7 @@ max-line-length = 120
 #   that (select E133 instead of E123) but that should be caught by the
 #   verify job.
 select = E,W
+ignore = E722 # as of aprox 10/25 some update/change has caused existing code to fail on E722
 exclude =
     .git,
     .tox,