mirror of
https://github.com/mgechev/revive.git
synced 2025-11-25 22:12:38 +02:00
docs: fix rule descriptions (#1147)
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/mgechev/revive/lint"
|
||||
)
|
||||
|
||||
// ReceiverNamingRule lints given else constructs.
|
||||
// ReceiverNamingRule lints a receiver name.
|
||||
type ReceiverNamingRule struct {
|
||||
receiverNameMaxLength int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user