diff --git a/README.md b/README.md index aded68c..c63640f 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,15 @@ } ``` -## Existing tasks -Detekt: +## Project Gradle tasks +### Detekt: - `gradle $project:detekt` - detect not formatted, complex code. Reports are stored in "$pwd/build/reports/kotlin-detekt-${project.name}.html". -DiKTat: +### DiKTat: - `gradle :diktatCheck` - detect not formatted code of "kt", "kts" files; -- `gradle :diktatFix` - if possible, fix not formatted code. +- `gradle :diktatFix` - if possible, fix not formatted code. Known issues: full fix may require 1+ launch in order to apply all rules; some rules potentially may break code syntax. Reports are stored in "$pwd/build/reports/diktat-check-report.html".