bld-detekt/examples
2023-11-25 14:41:22 -08:00
..
.idea Initial commit 2023-11-25 14:41:22 -08:00
.vscode Initial commit 2023-11-25 14:41:22 -08:00
lib/bld Initial commit 2023-11-25 14:41:22 -08:00
src Initial commit 2023-11-25 14:41:22 -08:00
.gitignore Initial commit 2023-11-25 14:41:22 -08:00
bld Initial commit 2023-11-25 14:41:22 -08:00
bld.bat Initial commit 2023-11-25 14:41:22 -08:00
README.md Initial commit 2023-11-25 14:41:22 -08:00

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.