Skip to content

Commit

Permalink
Update wrong task name in "Tasks Added" in README
Browse files Browse the repository at this point in the history
In `Tasks Added` list, task `ktlint[source set name]SourceSetFormat` was wrongly named as `ktlint[source set name]SourceSetCheck`.
  • Loading branch information
dxts authored and JLLeitschuh committed Oct 29, 2024
1 parent e2a0a63 commit 6164c72
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 @@ -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]SourceSetCheck` - generates reports and prints issues into Gradle console based on found non-formattable errors.
- `ktlint[source set name]SourceSetFormat` - 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
Expand Down

0 comments on commit 6164c72

Please sign in to comment.