Skip to content

Commit e4f5add

Browse files
committed
change lintDebug
1 parent 589876d commit e4f5add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dangerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ warn("A pull request must have some assignees") if github.pr_json["assignee"].ni
2828
# Android Lint
2929
#
3030
####
31-
android_lint.gradle_task = "studyplus-android-sdk:lint"
32-
android_lint.report_file = "studyplus-android-sdk/build/reports/lint-results.xml"
31+
android_lint.gradle_task = "studyplus-android-sdk:lintDebug"
32+
android_lint.report_file = "studyplus-android-sdk/build/reports/lint-results-debug.xml"
3333
android_lint.filtering = true
3434
android_lint.lint(inline_mode: true)

0 commit comments

Comments
 (0)