From 91039672bdef975d17d828d6076814afc2a401cf Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 29 May 2019 11:03:34 +0200 Subject: [PATCH] Do not run bashate on generated TinyIPA files Change-Id: I7ec2dbd8c2a0fe18a700906af8800973faf888d5 --- tools/run_bashate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/run_bashate.sh b/tools/run_bashate.sh index d74db7d9f..559213855 100755 --- a/tools/run_bashate.sh +++ b/tools/run_bashate.sh @@ -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 \