From 8ff9c2ca4527ec01df26fc6abfe6890309c74ded Mon Sep 17 00:00:00 2001 From: Artyom Date: Thu, 6 Apr 2023 16:50:07 +0300 Subject: [PATCH] Update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f0b61be..aded68c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,18 @@ implementation("ru.touchin:common") } ``` + +## Existing tasks +Detekt: +- `gradle $project:detekt` - detect not formatted, complex code. + +Reports are stored in "$pwd/build/reports/kotlin-detekt-${project.name}.html". + +DiKTat: +- `gradle :diktatCheck` - detect not formatted code of "kt", "kts" files; +- `gradle :diktatFix` - if possible, fix not formatted code. + +Reports are stored in "$pwd/build/reports/diktat-check-report.html". ## common