From 1af595cdf8c74a3f3627519a9d311d955b4faa26 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 29 Oct 2024 17:16:42 -0400 Subject: [PATCH] Minor documentation changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 501293be..ef15eec8 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,7 @@ Then for each `SourceSet` plugin adds following tasks: - `ktlint[source set name]SourceSetCheck` - generates reports and prints issues into Gradle console based on lint check found errors. This task execution depends on `loadKtlintReporters` and `runKtlintCheckOver[source set name]SourceSet` tasks execution outputs - `runKtlintFormatOver[source set name]SourceSet` - tries to format according to the code style every Kotlin file in given `SourceSet` -- `ktlint[source set name]SourceSetFormat` - generates reports and prints issues into Gradle console based on found non-formattable errors. +- `ktlint[source set name]SourceSetFormat` - reformats files, generates reports and prints issues into Gradle console based on found non-formattable errors. This task execution depends on `loadKtlintReporters` and `runKtlintFormatOver[source set name]SourceSet` tasks execution outputs ### Additional helper tasks