linters: skip-files: - ".*\\test\\.go$" - lib/bad.go disable-all: true enable: - bodyclose - deadcode - depguard - dogsled # - dupl - errcheck - exhaustive # - funlen - gochecknoinits # - goconst - gocritic - gocyclo - gofmt - goimports - golint # - gomnd - goprintffuncname - gosec # - gosimple - govet - ineffassign - interfacer # - lll - misspell - nakedret # - noctx - nolintlint - rowserrcheck - scopelint - staticcheck - structcheck - stylecheck - typecheck - unconvert # - unparam # - unused - varcheck - whitespace # don't enable: # - asciicheck # - gochecknoglobals # - gocognit # - godot # - godox # - goerr113 # - maligned # - nestif # - prealloc # - testpackage # - wsl