commit | c15e2f1f08c934731ef77d66d6da80e423525f95 | [log] [tgz] |
---|---|---|
author | Rob Walker <robert_g_walker@apple.com> | Wed Apr 15 11:50:17 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 15 11:50:17 2020 -0700 |
tree | 1975ba4ca49b19b90041cc891a24cf60869274f9 | |
parent | 2ebf5d666997f8136658590f87e2d41ee266e81a [diff] [blame] |
move shellcheck to local script (#364) * move shellcheck to local script * newline * no -x * shellharden * shfmt
diff --git a/.shellcheck_tree b/.shellcheck_tree new file mode 100644 index 0000000..633ffdf --- /dev/null +++ b/.shellcheck_tree
@@ -0,0 +1,2 @@ +# configuration for shellcheck_tree.sh +excludes+=('third_party/*' 'build/*')