| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
AndroidLintSummary
Description
Parsers and pretty printers for the `lint-results.xml` file format.
Documentation
Constructors
| AppArgs | |
Fields
| |
data LintSeverity Source
data LintFormatter Source
Constructors
| 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
Instances
Constructors
| LintIssue | |
Fields
| |
openXMLFile :: forall s b. FilePath -> IO (IOStateArrow s b XmlTree) Source
formatLintIssues :: LintFormatter -> [LintIssue] -> Reader AppEnv [Chunk Text] Source