diff --git a/lint/lint.go b/lint/lint.go index c5fffce..9ffc039 100644 --- a/lint/lint.go +++ b/lint/lint.go @@ -11,9 +11,9 @@ type Severity int const ( Success Severity = iota Exclude + Quiet Warning Error - Quiet Fixed Prometheus = "prometheus"