Skip to content

Commit 7295b25

Browse files
committed
fix: apply new signature
1 parent cd7ab4a commit 7295b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/golinters/revive.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func NewRevive(cfg *config.ReviveSettings) *goanalysis.Linter {
6666

6767
revive := lint.New(os.ReadFile, cfg.MaxOpenFiles)
6868

69-
lintingRules, err := reviveConfig.GetLintingRules(conf)
69+
lintingRules, err := reviveConfig.GetLintingRules(conf, []lint.Rule{})
7070
if err != nil {
7171
return nil, err
7272
}

0 commit comments

Comments
 (0)