Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix terrafrom_tflint ERROR output for files located in repo root
If use constructions like: ```bash HAVE_ERR="$(tflint "${ARGS[@]}" 2>&1)" if [ ! -z "$HAVE_ERR" ]; then echo >&2 -e "\033[1;31m\nERROR in $path_uniq/:\033[0m" tflint "${ARGS[@]}" fi ``` some errors will not printed. So this one-liner fits our requirements in the best way. Fixes #240
- Loading branch information