Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
package diag
type Severity int
const (
Error Severity = iota
Warning
Info
Recommendation
)