We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3544d29 commit 1722bf6Copy full SHA for 1722bf6
hooks/tflint.sh
@@ -7,6 +7,9 @@ set -e
7
# workaround to allow GitHub Desktop to work, add this (hopefully harmless) setting here.
8
export PATH=$PATH:/usr/local/bin
9
10
+# Install any plugins defined in .tflint.hcl
11
+tflint --init
12
+
13
for file in "$@"; do
14
tflint $file
15
done
0 commit comments