Skip to content

Commit

Permalink
fixed linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <dave@quobix.com>
  • Loading branch information
daveshanley committed Jan 19, 2024
1 parent c7a4f74 commit ecc3111
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions model/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ func (rr *RuleResultSet) GenerateSpectralReport(source string) []reports.Spectra
case SeverityError:
sev = 0
case SeverityInfo:
sev = 2
case SeverityHint:
sev = 3
default:
sev = 3
}

Expand Down

0 comments on commit ecc3111

Please sign in to comment.