run: timeout: 5m issues: exclude-rules: - path: test # Excludes /test, *_test.go etc. linters: - gosec linters: enable: - asciicheck - deadcode - depguard - errorlint - gofmt - gosec - goimports - importas - prealloc - revive - misspell - stylecheck - tparallel - unconvert - unparam - whitespace disable: - errcheck