mirror of
https://github.com/mgechev/revive.git
synced 2025-11-23 22:04:49 +02:00
Lint cleanup (#679)
This commit is contained in:
@@ -48,7 +48,7 @@ func (r *ArgumentsLimitRule) Apply(file *lint.File, arguments lint.Arguments) []
|
||||
}
|
||||
|
||||
// Name returns the rule name.
|
||||
func (r *ArgumentsLimitRule) Name() string {
|
||||
func (*ArgumentsLimitRule) Name() string {
|
||||
return "argument-limit"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user