Severity type defining the severity level for an Issue.
| 34 | |
| 35 | // Severity type defining the severity level for an Issue. |
| 36 | type Severity int |
| 37 | |
| 38 | // The Severity Enum. |
| 39 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected