| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.SARIF.Result
Description
Provides the Result type which represents results of a
static analysis tool.
Documentation
A Level value represents the severity of a result.
Constructors
| None | The concept of “severity” does not apply. |
| Note | A minor problem or an opportunity to improve the code was found. |
| Warning | A problem was found. |
| Error | A serious problem was found. |
Represents the results of a run of a static analysis tool.
Constructors
| MkResult | |
Fields
| |