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: - deadcode - depguard - dupl - errcheck # - gochecknoinits - goconst - gocritic - gocyclo - gofmt - goimports - revive - gosec - gosimple - govet - ineffassign # - lll - misspell - nakedret - exportloopref - staticcheck - structcheck # - typecheck - unconvert - unparam - unused - varcheck