Skip to content

Commit

Permalink
fix: Strict thinks Quiet Sev is an error
Browse files Browse the repository at this point in the history
When run with `--strict` today an error is reported even if it is a
quiet issue, this will move quiet under warning so that will not trigger
anymore.

Fixed #156

Signed-off-by: Jason Field <[email protected]>
  • Loading branch information
xorima committed Nov 4, 2023
1 parent 6c322b3 commit 739fcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint/lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ type Severity int
const (
Success Severity = iota
Exclude
Quiet
Warning
Error
Quiet
Fixed

Prometheus = "prometheus"
Expand Down

0 comments on commit 739fcc0

Please sign in to comment.