1
0
mirror of https://github.com/mgechev/revive.git synced 2025-07-17 01:12:27 +02:00

Add receiver name

This commit is contained in:
mgechev
2018-01-25 11:12:27 -08:00
parent f9a08cd60f
commit d6a6d6290d
3 changed files with 134 additions and 0 deletions

View File

@ -45,6 +45,7 @@ var rules = []lint.Rule{
&rule.ErrorfRule{},
&rule.ErrorsRule{},
&rule.ErrorStringsRule{},
&rule.ReceiverNameRule{},
}
func TestAll(t *testing.T) {