mirror of
https://github.com/mgechev/revive.git
synced 2025-11-23 22:04:49 +02:00
docs: improve comments for functions; enable godot (#1382)
This commit is contained in:
@@ -19,7 +19,7 @@ type Friendly struct {
|
||||
Metadata lint.FormatterMetadata
|
||||
}
|
||||
|
||||
// Name returns the name of the formatter
|
||||
// Name returns the name of the formatter.
|
||||
func (*Friendly) Name() string {
|
||||
return "friendly"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user