mirror of
https://github.com/mgechev/revive.git
synced 2025-11-23 22:04:49 +02:00
Implement command line arguments
This commit is contained in:
@@ -9,5 +9,6 @@ type FormatterMetadata struct {
|
||||
|
||||
// Formatter defines an interface for failure formatters
|
||||
type Formatter interface {
|
||||
Format(<-chan Failure, RulesConfig) string
|
||||
Format(<-chan Failure, RulesConfig) (string, error)
|
||||
Name() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user