ci(deps): update golangci-lint-action and enable testifylint linter on "integration/*" (#6706)

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2024-05-17 10:05:47 +02:00
committed by GitHub
parent afb4f9dc47
commit 903bd69abd
23 changed files with 101 additions and 105 deletions

View File

@@ -69,10 +69,7 @@ linters-settings:
testifylint:
enable-all: true
disable:
- bool-compare
- expected-actual
- float-compare
- len
- require-error
linters:
@@ -98,11 +95,11 @@ linters:
run:
go: '1.22'
timeout: 30m
issues:
exclude-files:
- ".*_mock.go$"
- "integration/*"
- "examples/*"
exclude-dirs:
- "pkg/iac/scanners/terraform/parser/funcs" # copies of Terraform functions