Removes tab indents for bashate

Change-Id: Ic874ca88ea14dfd53f38f202545786cd56f56c28
This commit is contained in:
David Stanek 2015-07-30 22:32:22 +00:00 committed by Jesse Pretorius
parent dd9261de8c
commit 928ffa071d
3 changed files with 91 additions and 91 deletions

View File

@ -28,4 +28,4 @@ commands =
bash -c "find {toxinidir} \
-not -path '*/\.*' \ # stay out of the dot directories
-name '*sh' \ # all shell scripts please
-print0 | xargs -0 bashate -v -i E002,E003,E010,E011,E020,E041"
-print0 | xargs -0 bashate -v -i E003,E010,E011,E020,E041"