linters: # please, do not use `enable-all`: it's deprecated and will be removed soon. # inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint disable-all: true enable: - bodyclose - depguard - dogsled # - dupl - gochecknoinits - goconst - gocritic - gocyclo - gofmt - goimports # - golint - goprintffuncname # - gosec # - gosimple - govet - ineffassign - interfacer - misspell - nakedret - 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