Removes tab indents for bashate
Change-Id: Ic874ca88ea14dfd53f38f202545786cd56f56c28
This commit is contained in:
parent
dd9261de8c
commit
928ffa071d
2
tox.ini
2
tox.ini
@ -28,4 +28,4 @@ commands =
|
|||||||
bash -c "find {toxinidir} \
|
bash -c "find {toxinidir} \
|
||||||
-not -path '*/\.*' \ # stay out of the dot directories
|
-not -path '*/\.*' \ # stay out of the dot directories
|
||||||
-name '*sh' \ # all shell scripts please
|
-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"
|
||||||
|
Loading…
Reference in New Issue
Block a user