fix: missing output format (#4574)
This commit is contained in:
parent
5ae78cd2ff
commit
3cff868790
@ -22,10 +22,11 @@ const (
|
||||
)
|
||||
|
||||
var AllOutputFormats = []string{
|
||||
OutFormatColoredLineNumber,
|
||||
OutFormatLineNumber,
|
||||
OutFormatJSON,
|
||||
OutFormatLineNumber,
|
||||
OutFormatColoredLineNumber,
|
||||
OutFormatTab,
|
||||
OutFormatColoredTab,
|
||||
OutFormatCheckstyle,
|
||||
OutFormatCodeClimate,
|
||||
OutFormatHTML,
|
||||
|
Loading…
x
Reference in New Issue
Block a user