diff --git a/pkg/config/output.go b/pkg/config/output.go index 672b1c7d42f5..a005213cfdce 100644 --- a/pkg/config/output.go +++ b/pkg/config/output.go @@ -22,10 +22,11 @@ const ( ) var AllOutputFormats = []string{ - OutFormatColoredLineNumber, - OutFormatLineNumber, OutFormatJSON, + OutFormatLineNumber, + OutFormatColoredLineNumber, OutFormatTab, + OutFormatColoredTab, OutFormatCheckstyle, OutFormatCodeClimate, OutFormatHTML,