Skip to content

Commit

Permalink
fix: error message typo in revivelib.New
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored and chavacava committed May 1, 2023
1 parent 5558566 commit 022236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revivelib/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func New(

lintingRules, err := config.GetLintingRules(conf, extraRuleInstances)
if err != nil {
return nil, errors.Wrap(err, "initializing revive - gettint lint rules")
return nil, errors.Wrap(err, "initializing revive - getting lint rules")
}

logger.Println("Config loaded")
Expand Down

0 comments on commit 022236f

Please sign in to comment.