From 8192e78b08ad7a529fd33e7e53a9433f1d010ece Mon Sep 17 00:00:00 2001 From: Lucas Persson Date: Tue, 29 Nov 2022 18:53:45 +0100 Subject: [PATCH] some cleanup in READE and in build scripts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e745790..9c34c57 100644 --- a/README.md +++ b/README.md @@ -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) {