mirror of
https://github.com/mgechev/revive.git
synced 2025-11-29 22:28:23 +02:00
docs: improve comments for functions; enable godot (#1382)
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/mgechev/revive/lint"
|
||||
)
|
||||
|
||||
// TimeEqualRule shows where "==" and "!=" used for equality check time.Time
|
||||
// TimeEqualRule shows where "==" and "!=" used for equality check time.Time.
|
||||
type TimeEqualRule struct{}
|
||||
|
||||
// Apply applies the rule to given file.
|
||||
|
||||
Reference in New Issue
Block a user