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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ This sample plugin is designed to help you get started writing your own plugin a
32
32
* Create a [standard SonarQube plugin](https://docs.sonarqube.org/display/DEV/Build+Plugin) from scratch or start from this sample plugin
33
33
* Attach this plugin to the SonarQube CSS / SCSS / Less plugin through the [POM](sonar-csscustomrules-plugin/pom.xml):
34
34
* Add the [dependency](sonar-csscustomrules-plugin/pom.xml#L33) to the CSS / SCSS / Less plugin
35
-
*[Require a minimal version of the CSS / SCSS / Less plugin](sonar-csscustomrules-plugin/pom.xml#L22)
35
+
*[Base the plugin on the CSS / SCSS / Less plugin](sonar-csscustomrules-plugin/pom.xml#L22)
36
+
*[Require a minimal version of the CSS / SCSS / Less plugin](sonar-csscustomrules-plugin/pom.xml#L23)
36
37
* Implement the following extension points:
37
38
*[Plugin](http://javadocs.sonarsource.org/latest/apidocs/index.html?org/sonar/api/Plugin.html) as in [`MyCssCustomRulesPlugin.java`](sonar-csscustomrules-plugin/src/main/java/org/sonar/css/MyCssCustomRulesPlugin.java)
38
39
*[RulesDefinition](http://javadocs.sonarsource.org/latest/apidocs/index.html?org/sonar/api/server/rule/RulesDefinition.html) as in [`MyCssCustomRulesDefinition.java`](sonar-csscustomrules-plugin/src/main/java/org/sonar/css/MyCssCustomRulesDefinition.java)
0 commit comments