Closed
Description
- Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
- Yes, I've searched similar issues on GitHub and didn't find any.
- Yes, I've included all information below (version, config, etc).
- Yes, I've tried with the standalone linter if available. (https://golangci-lint.run/usage/linters/)
Description of the problem
The linter-settings for revive is missing the config field enableAllRules
Version of golangci-lint
$ golangci-lint version
golangci-lint has version 1.41.1 built from a2074809 on 2021-06-19T16:01:50Z
Code example or link to a public repository
https://github.com/mgechev/revive/blob/master/lint/config.go#L29
golangci-lint/pkg/config/linters_settings.go
Line 375 in afb042b