1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

fix: error message typo in revivelib.New

This commit is contained in:
Oleksandr Redko
2023-04-20 17:40:23 +03:00
committed by chavacava
parent 55585666b7
commit 022236f9e4

View File

@@ -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")