bld-detekt/examples
2024-05-12 17:47:06 -07:00
..
.idea Bumped bld to version 1.9.1 2024-05-09 21:01:01 -07:00
.vscode Bumped bld to version 1.9.1 2024-05-09 21:01:01 -07:00
lib/bld Version 0.9.4 2024-05-12 17:47:06 -07:00
src Bumped Kotlin to version 1.9.24 2024-05-09 21:02:09 -07: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 Added support for Detekt version 1.23.6 2024-03-25 11:54:09 -07:00

Compile the example

./bld compile

Check code with Detekt

./bld detekt

./bld detekt-main
./bld detekt-test

Generate Detekt baseline

./bld detekt-baseline

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