bld-detekt/examples
2025-03-24 17:36:30 -07:00
..
.idea Bump Kotlin to version 2.1.20 2025-03-24 01:38:50 -07:00
.vscode Bump bld to version 2.2.1 2025-02-24 22:48:05 -08:00
lib/bld Bump detekt extension to version 0.9.10-SNAPSHOT 2025-03-24 16:11:11 -07:00
src Add baseline file for testing 2025-03-24 17:36:30 -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.