Convert tabs to spaces

Replace all tabs with 4 spaces, and re-enable bashate
warnings E002 and E003.

Change-Id: I11f3a9ca9b910555e1b1477c52288493f9bb0244
This commit is contained in:
Ben Swartzlander 2017-01-28 14:32:43 -05:00
parent bba826c7c8
commit 6f370f0608
7 changed files with 55 additions and 55 deletions

View File

@ -13,4 +13,4 @@ commands = bash -c "find {toxinidir} \
-not \( -type d -name buildroot -prune \) \
-not \( -type d -name download -prune \) \
-type f -name \*.sh \
-print0 | xargs -0 bashate -v -iE002,E003,E010,E011"
-print0 | xargs -0 bashate -v -iE010,E011"