]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update hacking ignore list
authorMatt Riedemann <mriedem@us.ibm.com>
Fri, 6 Feb 2015 19:46:53 +0000 (11:46 -0800)
committerMatt Riedemann <mriedem@us.ibm.com>
Fri, 6 Feb 2015 19:49:10 +0000 (11:49 -0800)
H305 and H307 were removed from the ignore list in commit e0dae50dc.

F481 was removed from the ignore list in commit 30e15ec4a.

Change-Id: Ib6a6be6d20838d852d247d7469efb26b2d0f3121

tox.ini

diff --git a/tox.ini b/tox.ini
index cc40a1876c73074497744bc9bf15cf986eadc713..4d4850db6cbc01418009627dd828e48a22417a8f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -70,7 +70,7 @@ commands = python setup.py build_sphinx
 # Due to the upgrade to hacking 0.9.2 the following checking are
 # ignored on purpose for the moment and should be re-enabled.
 #
-# F841,H302,H305,H307,H405
+# H302,H405
 
 
 ignore = E251,E265,H302,H402,H405,H803,H904