run: timeout: 5m skip-files: - generated.* issues: new: true exclude-rules: - path: _test\.go linters: - errcheck - gosec linters: enable: - bodyclose - depguard - errcheck - exhaustive - gocritic - gofmt - goimports - golint - goprintffuncname - gosec - gosimple - govet - ineffassign - interfacer - misspell - nakedret - noctx - nolintlint - rowserrcheck - scopelint - staticcheck - structcheck - stylecheck - typecheck - unconvert - unparam - unused - varcheck - whitespace disable: - deadcode