Running ./gradlew detektBaseline fails if you has more issues than the permitted issues in your module.
To reproduce this error:
- clone the detekt project
- edit any rule file adding an unused import (for example)
- run
./gradlew detektBaseline the error appears
The expected output should be a succesfully build.
This error was introduced in 1.0.1.
Running
./gradlew detektBaselinefails if you has more issues than the permitted issues in your module.To reproduce this error:
./gradlew detektBaselinethe error appearsThe expected output should be a succesfully build.
This error was introduced in
1.0.1.