linters: enable: - gosimple - deadcode - typecheck - govet - errcheck - staticcheck - unused - structcheck - varcheck - golint - gocyclo - gofmt - misspell - gocritic enable-all: false disable-all: true fast: false run: timeout: 3m issues: exclude-rules: # Exclude some linters from running on tests files. - path: _test\.go linters: - deadcode