mirror of
https://github.com/mgechev/revive.git
synced 2025-11-25 22:12:38 +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"
|
||||
)
|
||||
|
||||
// FilenameFormatRule lints source filenames according to a set of regular expressions given as arguments
|
||||
// FilenameFormatRule lints source filenames according to a set of regular expressions given as arguments.
|
||||
type FilenameFormatRule struct {
|
||||
format *regexp.Regexp
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user