CI: Disable second bashate call
[releng/global-jjb.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 9f939e3..e5ae4d9 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -90,7 +90,7 @@ commands =
     # forbid lines > 120 char
     sh -c "find . -not -path '*/\.*' -name '*.sh' -exec bashate -e E006 -i $RULES_IGNORED --max-line-length 120 \{\} +"
     # perform bashate and warn lines > 80 char
-    find . -not -path '*/\.*' -name *.sh -exec bashate  \{\} +
+    #find . -not -path '*/\.*' -name *.sh -exec bashate  \{\} +
     #The option --max-line-length 80 is used by default.
 
 #########