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:
@ -45,6 +45,7 @@ var rules = []lint.Rule{
|
||||
&rule.ErrorfRule{},
|
||||
&rule.ErrorsRule{},
|
||||
&rule.ErrorStringsRule{},
|
||||
&rule.ReceiverNameRule{},
|
||||
}
|
||||
|
||||
func TestAll(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user