mirror of
https://github.com/mgechev/revive.git
synced 2025-07-17 01:12:27 +02:00
Lint cleanup (#679)
This commit is contained in:
@ -55,7 +55,7 @@ func (r *UnhandledErrorRule) Apply(file *lint.File, args lint.Arguments) []lint.
|
||||
}
|
||||
|
||||
// Name returns the rule name.
|
||||
func (r *UnhandledErrorRule) Name() string {
|
||||
func (*UnhandledErrorRule) Name() string {
|
||||
return "unhandled-error"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user