Ensured exit status is set on failure

This commit is contained in:
Erik C. Thauvin 2024-07-22 16:30:11 -07:00
parent b26240df76
commit 8b02e1e45a
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 147 additions and 135 deletions

View file

@ -45,3 +45,7 @@ public void detektBaseline() throws ExitStatusException, IOException, Interrupte
- [View Examples Project](https://github.com/rife2/bld-detekt/tree/main/examples)
Please check the [DetektOperation documentation](https://rife2.github.io/bld-detekt/rife/bld/extension/DetektOperation.html#method-summary) for all available configuration options.
## Template Project
There is also a [Kotlin Template Project](https://github.com/rife2/kotlin-bld-example) with support for [Dokka](https://github.com/rife2/bld-dokka) and the Detekt extensions.