Skip to content

Commit

Permalink
some cleanup in READE and in build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas3oo committed Nov 29, 2022
1 parent 17e6314 commit 8192e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gradle 7.0 or later must be used.
The plugin defines two tasks; one for the actual linting and one to list available rules and configuration for the rules.
In a Java project there will be one sonarlint task automatically created for each source set.
Typically `sonarlintMain` and `sonarlintTest`, see more below.
The task for listing the rules has to be manually created, see more below.
The task for listing the rules `sonarlintListRules` has to be manually created, see more below.

```groovy
task sonarlintListRules(type: se.solrike.sonarlint.SonarlintListRules) {
Expand Down

0 comments on commit 8192e78

Please sign in to comment.