Safe Haskell | None |
---|---|
Language | Haskell2010 |
Parsers and pretty printers for the `lint-results.xml` file format.
Documentation
data LintSeverity Source
data LintFormatter Source
NullLintFormatter | A formatter that doesn't output anything. |
SimpleLintFormatter | A formatter that displays the errors in descending errors with simple color coding. |
data LintLocation Source
LintIssue | |
|
openXMLFile :: forall s b. FilePath -> IO (IOStateArrow s b XmlTree) Source
formatLintIssues :: LintFormatter -> [LintIssue] -> Reader AppEnv [Chunk Text] Source