X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=e5ae4d9312bf6ef2f122182f6c000554f10be8f1;hb=785aec274f9d086d3562647a085783ccd65be7a7;hp=9f939e30118bf88d77987b18219c261620d83171;hpb=8e77f700bd14d85c5862cc71fa38a2b8655fe214;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 9f939e30..e5ae4d93 100644 --- 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. #########