mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
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:
parent
03ca69c038
commit
ec17c93135
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ function LintCodebase() {
|
||||||
|
|
||||||
LINT_CMD=$(
|
LINT_CMD=$(
|
||||||
cd "${DIR_NAME}" || exit
|
cd "${DIR_NAME}" || exit
|
||||||
${LINTER_COMMAND} "${FILE_NAME}" 2>&1
|
${LINTER_COMMAND} --filter="${FILE_NAME}" 2>&1
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
################################
|
################################
|
||||||
|
|
Loading…
Reference in a new issue