We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7ab4a commit 7295b25Copy full SHA for 7295b25
pkg/golinters/revive.go
@@ -66,7 +66,7 @@ func NewRevive(cfg *config.ReviveSettings) *goanalysis.Linter {
66
67
revive := lint.New(os.ReadFile, cfg.MaxOpenFiles)
68
69
- lintingRules, err := reviveConfig.GetLintingRules(conf)
+ lintingRules, err := reviveConfig.GetLintingRules(conf, []lint.Rule{})
70
if err != nil {
71
return nil, err
72
}
0 commit comments