Handle tflint deprecations (#4451)

Solve the deprecations introduced in tflint, which are getting removed
in v0.47.0.

Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
This commit is contained in:
Jan Hentschel 2023-07-09 18:56:47 +02:00 committed by GitHub
parent 03ca69c038
commit ec17c93135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,7 +284,7 @@ function LintCodebase() {
LINT_CMD=$(
cd "${DIR_NAME}" || exit
${LINTER_COMMAND} "${FILE_NAME}" 2>&1
${LINTER_COMMAND} --filter="${FILE_NAME}" 2>&1
)
else
################################