Skip to content

Commit 022236f

Browse files
alexandearchavacava
authored andcommitted
fix: error message typo in revivelib.New
1 parent 5558566 commit 022236f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revivelib/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func New(
5252

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

5858
logger.Println("Config loaded")

0 commit comments

Comments
 (0)