add plugin common ktlint

This commit is contained in:
2024-10-31 09:58:50 +00:00
parent 1ee4210e68
commit 32ac2da26d
4 changed files with 28 additions and 0 deletions

View File

@@ -21,6 +21,12 @@ id `ltd.hlaeja.plugin.hlaeja-common-plugin.common-detekt`
Detect is a code smell analysis for your Kotlin projects.
### Plugin Common Ktlint
id `ltd.hlaeja.plugin.hlaeja-common-plugin.common-ktlint`
Ktlint enforces consistent code style and formatting across Kotlin codebases.
## Releasing plugin
Run `release.sh` script from `master` branch.