From b39cbbdf82036c683514560ddb2d6ceb2d970570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 08:21:55 -0600 Subject: [PATCH] Bump wata727/tflint from 0.24.1 to 0.25.0 (#1323) * Bump wata727/tflint from 0.24.1 to 0.25.0 Bumps wata727/tflint from 0.24.1 to 0.25.0. Signed-off-by: dependabot[bot] * add Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley --- .automation/test/go/reports/expected-GO-4.tap | 7 +++++++ Dockerfile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .automation/test/go/reports/expected-GO-4.tap diff --git a/.automation/test/go/reports/expected-GO-4.tap b/.automation/test/go/reports/expected-GO-4.tap new file mode 100644 index 00000000..87e92304 --- /dev/null +++ b/.automation/test/go/reports/expected-GO-4.tap @@ -0,0 +1,7 @@ +TAP version 13 +1..2 +not ok 1 - golang_bad_01.go + --- + essage: level=warningg="[runner] The linter 'maligned' is deprecated due to The repository of the linter has been archived by the owner. Use govet 'fieldalignment' instead."\nlevel=warningg="[runner] Can't run linter goanalysis_metalinter failed prerequisites [buildir@command-line-arguments analysis skipped errors in package [go/golang_bad_01.go 1 1 expected 'package', found 'if' /tmp/lint/.automation/test/go/golang_bad_01.go 1 1 expected 'package', found 'if']]"\nlevel=warningg="[runner] Can't run linter unused buildir analysis skipped errors in package [go/golang_bad_01.go 1 1 expected 'package', found 'if' /tmp/lint/.automation/test/go/golang_bad_01.go 1 1 expected 'package', found 'if' /tmp/lint/.automation/test/go/golang_bad_01.go 1 1 expected 'package', found 'if']"\nlevel=errorg="Running error buildir analysis skipped errors in package [go/golang_bad_01.go 1 1 expected 'package', found 'if' /tmp/lint/.automation/test/go/golang_bad_01.go 1 1 expected 'package', found 'if' /tmp/lint/.automation/test/go/golang_bad_01.go 1 1 expected 'package', found 'if']"\n + ... +ok 2 - golang_good_01.go diff --git a/Dockerfile b/Dockerfile index 89839746..1ac51c05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM mstruebing/editorconfig-checker:2.3.3 as editorconfig-checker FROM yoheimuta/protolint:v0.30.0 as protolint FROM golangci/golangci-lint:v1.38.0 as golangci-lint FROM koalaman/shellcheck:v0.7.1 as shellcheck -FROM wata727/tflint:0.24.1 as tflint +FROM wata727/tflint:0.25.0 as tflint FROM alpine/terragrunt:0.14.5 as terragrunt FROM mvdan/shfmt:v3.2.2 as shfmt FROM accurics/terrascan:2d1374b as terrascan