bld-detekt/examples/README.md
2023-11-25 14:41:22 -08:00

260 B

j## Compile the Kotlin Example

./bld compile

Check code with Detekt

./bld detekt

Generate Detekt baseline

./bld detekt-baseline

The detekt-baseline.xml will be created in the project's root directory.