Skip to content

Commit ae51b30

Browse files
committed
Feature: Sonarqube Integration
Lint issues resolved
1 parent 29e3c1b commit ae51b30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
properties {
7171
property("sonar.projectKey", "sonar_test_android")
7272
property("sonar.projectName", "sonar_test_android")
73-
property("sonar.androidLint.reportPaths", "build/reports/lint-results-debug.html")
73+
property("sonar.androidLint.reportPaths", "/Users/yashwant.g/StudioProjects/SSComposeCookBook/app/build/reports/lint-results-debug.html")
7474
}
7575
}
7676
namespace = "com.jetpack.compose.learning"

0 commit comments

Comments
 (0)