1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00

Add extra rule

This commit is contained in:
mgechev
2018-01-23 23:01:49 -08:00
parent cac7f0e036
commit cc249b6cfa
9 changed files with 228 additions and 24 deletions

View File

@@ -40,7 +40,7 @@ func main() {
panic(err)
}
var formatter formatter.JSONFormatter
var formatter formatter.CLIFormatter
output, err := formatter.Format(failures)
if err != nil {
panic(err)