linters: enable: - asciicheck - bidichk - bodyclose - containedctx - deadcode - durationcheck - errcheck - exportloopref - gochecknoinits - gosec - gosimple - govet - ineffassign - staticcheck - structcheck - tenv - thelper - tparallel - typecheck - unconvert - unused - varcheck - whitespace run: timeout: 5m skip-files: - ".+_test.go" - ".+_test_.+.go"