mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
fix: missing output format (#4574)
This commit is contained in:
parent
5ae78cd2ff
commit
3cff868790
1 changed files with 3 additions and 2 deletions
|
@ -22,10 +22,11 @@ const (
|
|||
)
|
||||
|
||||
var AllOutputFormats = []string{
|
||||
OutFormatColoredLineNumber,
|
||||
OutFormatLineNumber,
|
||||
OutFormatJSON,
|
||||
OutFormatLineNumber,
|
||||
OutFormatColoredLineNumber,
|
||||
OutFormatTab,
|
||||
OutFormatColoredTab,
|
||||
OutFormatCheckstyle,
|
||||
OutFormatCodeClimate,
|
||||
OutFormatHTML,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue