Cleaned up tests

This commit is contained in:
Erik C. Thauvin 2023-11-25 17:33:18 -08:00
parent a13a2b814b
commit 133d996029
4 changed files with 14 additions and 19 deletions

View file

@ -10,8 +10,7 @@
To install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions).
To check all Kotlin source code located `src/main/kotlin` and `src/test/kotlin`, add the following to your build file
To check all Kotlin source code located `src/main/kotlin` and `src/test/kotlin`, add the following to your build file:
```java
@BuildCommand(summary = "Checks source with Detekt")
public void detekt() throws ExitStatusException, IOException, InterruptedException {