Update readme

This commit is contained in:
Artem Tsebrov 2023-04-06 16:50:07 +03:00
parent 7d09e693f4
commit 8ff9c2ca45
1 changed files with 12 additions and 0 deletions

View File

@ -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