X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=fca2afe8b744ea5b5b741e550679c7b1a7718ba7;hb=1024ff22b0f0009077227a3b5bfff119beeb4bd1;hp=f008b2984af7d3468ec73706ab1e0d66bad0a30f;hpb=f914418b5e2bdf5523f0c7fc581e3d6fd9c678d9;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index f008b298..fca2afe8 100644 --- a/tox.ini +++ b/tox.ini @@ -76,6 +76,16 @@ commands = git config --global --unset user.email; \ rm -f .git/REMOVE_USEREMAIL; fi" +[testenv:bashate] +basepython = python3 +deps = + bashate +whitelist_externals = sh + find +commands = + find . -not -path '*/\.*' -name *.sh -exec bashate \{\} + + #The option --max-line-length 80 is used by default. + ######### # Tools # #########