You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
This plugin enhances the Java Plugin by providing the ability to import the Android Lint reports.
5
5
The idea is to visualize Android Lint errors directly in SonarQube.
6
6
7
+
This plugin started out as a copy of https://github.com/ofields/sonar-android with source code converted from Java to Kotlin, and project structure converted from Maven to Gradle.
8
+
7
9
## Usage
8
10
* Most Android projects are compiled with Gradle, so if this is the case use the [SonarQube Scanner for Gradle](https://plugins.gradle.org/plugin/org.sonarqube) to analyse your Android project
9
11
* Tune the SonarQube quality profile by activating the Android Lint rules on which you'd like to see some issues reported into SonarQube
0 commit comments