Skip to content

Commit

Permalink
feat: Output filepath (antonbabenko#161)
Browse files Browse the repository at this point in the history
varac committed Dec 2, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
varac Varac
1 parent 4f6e849 commit 04100eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform_tflint.sh
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@ tflint_() {
for path_uniq in $(echo "${paths[*]}" | tr ' ' '\n' | sort -u); do
path_uniq="${path_uniq//__REPLACED__SPACE__/ }"

echo "Running tflint in $path_uniq"
pushd "$path_uniq" > /dev/null
tflint "${ARGS[@]}"
popd > /dev/null

0 comments on commit 04100eb

Please sign in to comment.