We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589876d commit e4f5addCopy full SHA for e4f5add
Dangerfile
@@ -28,7 +28,7 @@ warn("A pull request must have some assignees") if github.pr_json["assignee"].ni
28
# Android Lint
29
#
30
####
31
-android_lint.gradle_task = "studyplus-android-sdk:lint"
32
-android_lint.report_file = "studyplus-android-sdk/build/reports/lint-results.xml"
+android_lint.gradle_task = "studyplus-android-sdk:lintDebug"
+android_lint.report_file = "studyplus-android-sdk/build/reports/lint-results-debug.xml"
33
android_lint.filtering = true
34
android_lint.lint(inline_mode: true)
0 commit comments