We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20d399 commit 29a8c00Copy full SHA for 29a8c00
hooks/terraform_tflint.sh
@@ -22,7 +22,7 @@ function main {
22
# Run `tflint --init` for check that plugins installed.
23
# It should run once on whole repo.
24
{
25
- TFLINT_INIT=$(tflint --init 2>&1) 2> /dev/null &&
+ TFLINT_INIT=$(tflint --init "${ARGS[@]}" 2>&1) 2> /dev/null &&
26
common::colorify "green" "Command 'tflint --init' successfully done:" &&
27
echo -e "${TFLINT_INIT}\n\n\n"
28
} || {
0 commit comments