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:
parent
bba826c7c8
commit
6f370f0608
2
tox.ini
2
tox.ini
@ -13,4 +13,4 @@ commands = bash -c "find {toxinidir} \
|
|||||||
-not \( -type d -name buildroot -prune \) \
|
-not \( -type d -name buildroot -prune \) \
|
||||||
-not \( -type d -name download -prune \) \
|
-not \( -type d -name download -prune \) \
|
||||||
-type f -name \*.sh \
|
-type f -name \*.sh \
|
||||||
-print0 | xargs -0 bashate -v -iE002,E003,E010,E011"
|
-print0 | xargs -0 bashate -v -iE010,E011"
|
||||||
|
Loading…
Reference in New Issue
Block a user