Skip to content

Commit 3cff868

Browse files
authored
fix: missing output format (#4574)
1 parent 5ae78cd commit 3cff868

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/config/output.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ const (
2222
)
2323

2424
var AllOutputFormats = []string{
25-
OutFormatColoredLineNumber,
26-
OutFormatLineNumber,
2725
OutFormatJSON,
26+
OutFormatLineNumber,
27+
OutFormatColoredLineNumber,
2828
OutFormatTab,
29+
OutFormatColoredTab,
2930
OutFormatCheckstyle,
3031
OutFormatCodeClimate,
3132
OutFormatHTML,

0 commit comments

Comments
 (0)