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