AndroidLintReporter icon indicating copy to clipboard operation
AndroidLintReporter copied to clipboard

Gradle Plugin to report Android Lint and Detekt result back to Github Pull Request

Results 5 AndroidLintReporter issues
Sort by recently updated
recently updated
newest added

Execution failed for task ':report'. 21 > org.xml.sax.SAXParseException; systemId: file:/home/runner/.gradle/daemon/6.5/; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.

When there are lint or detetk errors and comments are added to the Pull Request, could there be a way of signaling a failure so the "Check" in the Pull...

## Overview Currently, the `parseAndSendLintResult` task does too many things. 1. It takes in `lint-results.xml` produced `./gradlew lint`. 2. It then parses it. 3. Then it renders the result into...

Currently the `lint-results.xml` for testing only has **warnings**. Try it with errors