fix: missing output format (#4574)
This commit is contained in:
parent
5ae78cd2ff
commit
3cff868790
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user