Skip to content

Commit

Permalink
fix: apply new signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 3, 2022
1 parent 92998b5 commit fe626d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/golinters/revive.go
Expand Up @@ -66,7 +66,7 @@ func NewRevive(cfg *config.ReviveSettings) *goanalysis.Linter {

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

lintingRules, err := reviveConfig.GetLintingRules(conf)
lintingRules, err := reviveConfig.GetLintingRules(conf, []lint.Rule{})
if err != nil {
return nil, err
}
Expand Down

0 comments on commit fe626d2

Please sign in to comment.