Do not run bashate on generated TinyIPA files

Change-Id: I7ec2dbd8c2a0fe18a700906af8800973faf888d5
This commit is contained in:
Dmitry Tantsur 2019-05-29 11:03:34 +02:00
parent a9cac52190
commit 91039672bd
1 changed files with 2 additions and 0 deletions

View File

@ -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 \