mirror of
https://github.com/mgechev/revive.git
synced 2025-11-23 22:04:49 +02:00
docs: fix rule descriptions (#1147)
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/mgechev/revive/lint"
|
||||
)
|
||||
|
||||
// MaxPublicStructsRule lints given else constructs.
|
||||
// MaxPublicStructsRule lints the number of public structs in a file.
|
||||
type MaxPublicStructsRule struct {
|
||||
max int64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user