Bashate is a shell linter inspired from PEP8.
It helps improving shell scripts.
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I351a205cbfdc160660958069a8060badb68aa28a
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 #
#########