Do not run bashate on generated TinyIPA files
Change-Id: I7ec2dbd8c2a0fe18a700906af8800973faf888d5
This commit is contained in:
parent
a9cac52190
commit
91039672bd
@ -16,6 +16,8 @@
|
||||
# Ignoring E006(Line longer than 79 characters)
|
||||
|
||||
find "$@" -not \( -type d -name .?\* -prune \) \
|
||||
-not \( -type d -name tinyipabuild -prune \) \
|
||||
-not \( -type d -name tinyipafinal -prune \) \
|
||||
-type f \
|
||||
\( \
|
||||
-name \*.sh \
|
||||
|
Loading…
Reference in New Issue
Block a user