Skip to content

Commit

Permalink
Do not truncate location in pretty reporter (#477)
Browse files Browse the repository at this point in the history
Fixes #418

Signed-off-by: Anders Eknert <[email protected]>
  • Loading branch information
anderseknert authored Nov 16, 2023
1 parent 93295d1 commit 920b9e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/reporter/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ func (tr PrettyReporter) Publish(_ context.Context, r report.Report) error {

func buildPrettyViolationsTable(violations []report.Violation) string {
table := uitable.New()
table.MaxColWidth = 120
table.Wrap = false

numViolations := len(violations)

Expand Down

0 comments on commit 920b9e3

Please sign in to comment.