summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2019-05-29 11:03:34 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2019-05-29 11:03:34 +0200
commit91039672bdef975d17d828d6076814afc2a401cf (patch)
treee31cdca9f76525c5c5db0d3167a2eed2cc961a32 /tools
parenta9cac52190258aff02759f104c60f18ec87823bf (diff)
downloadironic-python-agent-91039672bdef975d17d828d6076814afc2a401cf.tar.gz
Do not run bashate on generated TinyIPA files
Change-Id: I7ec2dbd8c2a0fe18a700906af8800973faf888d5
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_bashate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_bashate.sh b/tools/run_bashate.sh
index d74db7d9..55921385 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 \