Skip to content

Commit

Permalink
fix: missing output format (#4574)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 25, 2024
1 parent 5ae78cd commit 3cff868
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/config/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ const (
)

var AllOutputFormats = []string{
OutFormatColoredLineNumber,
OutFormatLineNumber,
OutFormatJSON,
OutFormatLineNumber,
OutFormatColoredLineNumber,
OutFormatTab,
OutFormatColoredTab,
OutFormatCheckstyle,
OutFormatCodeClimate,
OutFormatHTML,
Expand Down

0 comments on commit 3cff868

Please sign in to comment.