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 work ?
- is it a configuration of the gradle task that will apply lint to the expected filers ?
- or this is a filter of the issues files itself ?
here is the config:
Danger report every issues in the PR
I use gitlab
How filtering should work ?