1
0
mirror of https://github.com/mgechev/revive.git synced 2025-07-05 00:28:53 +02:00

refactor: fix typos in comments and struct names (#1304)

This commit is contained in:
Oleksandr Redko
2025-04-10 08:47:55 +03:00
committed by GitHub
parent 8221f8516d
commit 1cb97fdcfc
5 changed files with 7 additions and 7 deletions

View File

@ -38,7 +38,7 @@ func fail(err string) {
// RunRevive runs the CLI for revive.
func RunRevive(extraRules ...revivelib.ExtraRule) {
// move parsing flags outside of init() otherwise tests dont works properly
// move parsing flags outside of init() otherwise tests don't works properly
// more info: https://github.com/golang/go/issues/46869#issuecomment-865695953
initConfig()