mirror of
https://github.com/mgechev/revive.git
synced 2025-07-05 00:28:53 +02:00
docs: fix rule descriptions (#1147)
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
"github.com/mgechev/revive/lint"
|
||||
)
|
||||
|
||||
// UnconditionalRecursionRule lints given else constructs.
|
||||
// UnconditionalRecursionRule warns on function calls that will lead to infinite recursion.
|
||||
type UnconditionalRecursionRule struct{}
|
||||
|
||||
// Apply applies the rule to given file.
|
||||
|
Reference in New Issue
Block a user