danger-android_lint icon indicating copy to clipboard operation
danger-android_lint copied to clipboard

A Danger plugin for Android Lint

Results 7 danger-android_lint issues
Sort by recently updated
recently updated
newest added

My `Dangerfile` ``` android_lint.gradle_task = 'checkstyle' android_lint.report_file = 'app/build/reports/checkstyle/checkstyle.xml' android_lint.lint(inline_mode: true) ``` The violations are detected by linting, but the messages are not posted to the github repo.

here is the config: ``` android_lint.skip_gradle_task = true android_lint.report_file = "./app/build/reports/lint/lint-report.xml" android_lint.filtering = true android_lint.lint(inline_mode: true) ``` Danger report every issues in the PR I use gitlab How filtering should...

Using `android_lint.lint(inline_mode: true)` reports all issues in a single table in a comment. Is there some verbose logging I can turn on to debug this?

Idea is from LeakCanary https://github.com/square/leakcanary/issues/1839. Shall we have a guestbook here as well to write nice things about this plugin?

Hi, I have a large multi module project where we perform the lint analysis on a different CI step. can an option be added to parse multiple lint files instead...

Using gradle `4.6`, gradle build tools `3.2.1` and a target SDK of `28` no lint report is created, if there are no issues found. (https://github.com/tobiasschuerg/FittedDrawable/pull/2) ``` ... :library:lint Ran lint...

## Motivation and context for the change This PR is automatically generated to remove the `catalog-info.yaml` file from the repositories, consolidating the catalog files in a centralized repository. **Project owners**,...

change-type: documentation