Skip to content

Commit 1722bf6

Browse files
authored
Initialise tflint to install plugins (gruntwork-io#62)
1 parent 3544d29 commit 1722bf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hooks/tflint.sh

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ set -e
77
# workaround to allow GitHub Desktop to work, add this (hopefully harmless) setting here.
88
export PATH=$PATH:/usr/local/bin
99

10+
# Install any plugins defined in .tflint.hcl
11+
tflint --init
12+
1013
for file in "$@"; do
1114
tflint $file
1215
done

0 commit comments

Comments
 (0)