Browse code

Merge "Ignore bashate long-line warnings (E006)"

Jenkins authored on 2015/10/09 01:12:37
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@ commands = bash -c "find {toxinidir}             \
24 24
           -wholename \*/inc/\* -or               \ # /inc files and
25 25
           -wholename \*/lib/\*                   \ # /lib files are shell, but
26 26
          \)                                      \ #   have no extension
27
-         -print0 | xargs -0 bashate -v"
27
+         -print0 | xargs -0 bashate -v -iE006"
28 28
 
29 29
 [testenv:docs]
30 30
 deps =