mirror of
https://github.com/mgechev/revive.git
synced 2025-07-15 01:04:40 +02:00
Lint cleanup (#679)
This commit is contained in:
@ -50,7 +50,7 @@ func (r *FunctionResultsLimitRule) Apply(file *lint.File, arguments lint.Argumen
|
||||
}
|
||||
|
||||
// Name returns the rule name.
|
||||
func (r *FunctionResultsLimitRule) Name() string {
|
||||
func (*FunctionResultsLimitRule) Name() string {
|
||||
return "function-result-limit"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user