commit | d50c27d5ebc00bd3295fe995d73d731fda67debe | [log] [tgz] |
---|---|---|
author | Giampaolo Lauria <lauria@us.ibm.com> | Thu May 23 15:23:12 2013 -0400 |
committer | Giampaolo Lauria <lauria@us.ibm.com> | Thu May 23 15:24:00 2013 -0400 |
tree | 6e2a05d0e71c8eb8c929cee66ed187077b7a92dc | |
parent | 80b71b8560e54d2866057bd5eb89f5fad1043e63 [diff] [blame] |
Modify hacking flake8 extension Move hacking files to dir used by the rest of the projects Use the hacking factory option to allow for additional checks Change-Id: If498bb4a2d1ce85c51abd04a559e9106febf4027
diff --git a/tox.ini b/tox.ini index d6c2c41..924e844 100644 --- a/tox.ini +++ b/tox.ini
@@ -60,7 +60,7 @@ -r{toxinidir}/tools/test-requires [hacking] -local-check = tools.hacking.tempest.skip_bugs +local-check-factory = tempest.hacking.checks.factory [flake8] ignore = E125,H302,H404