fix: missing output format (#4574)

This commit is contained in:
Ludovic Fernandez 2024-03-25 15:20:53 +01:00 committed by GitHub
parent 5ae78cd2ff
commit 3cff868790
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,10 +22,11 @@ const (
) )
var AllOutputFormats = []string{ var AllOutputFormats = []string{
OutFormatColoredLineNumber,
OutFormatLineNumber,
OutFormatJSON, OutFormatJSON,
OutFormatLineNumber,
OutFormatColoredLineNumber,
OutFormatTab, OutFormatTab,
OutFormatColoredTab,
OutFormatCheckstyle, OutFormatCheckstyle,
OutFormatCodeClimate, OutFormatCodeClimate,
OutFormatHTML, OutFormatHTML,