linters: enable: - asciicheck - bidichk - bodyclose - containedctx - deadcode - decorder - dogsled - durationcheck - errcheck - errname - exportloopref - gci - gochecknoinits - gofmt - gofumpt - goprintffuncname - gosec - gosimple - govet - grouper - importas - ineffassign - makezero - misspell - noctx - nolintlint - staticcheck - structcheck - tenv - thelper - tparallel - typecheck - unconvert - unused - varcheck - wastedassign - whitespace run: timeout: 5m skip-files: - ".+_test.go" - ".+_test_.+.go" linters-settings: importas: alias: - pkg: github.com/kyverno/kyverno/api/(\w+)/(v[\w\d]+) alias: $1$2