bld-detekt/examples
2024-02-26 10:38:59 -08:00
..
.idea Bumped to bld 1.9.0 2024-02-26 10:38:59 -08:00
.vscode Bumped to bld 1.9.0 2024-02-26 10:38:59 -08:00
lib/bld Bumped to bld 1.9.0 2024-02-26 10:38:59 -08:00
src Bumped JUnit versions 2024-02-25 18:49:15 -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 Added detekt-main & detekt-test examples 2023-11-25 16:26:43 -08:00

Compile the Kotlin 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.