Added test for all parameters

This commit is contained in:
Erik C. Thauvin 2024-05-26 17:59:39 -07:00
parent 61c200ee54
commit 6fa52100ec
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 71 additions and 16 deletions

View file

@ -402,7 +402,7 @@ public class DetektOperation extends AbstractProcessOperation<DetektOperation> {
// report
if (!report_.isEmpty()) {
report_.forEach(it -> {
args.add("-r");
args.add("--report");
args.add(it.id().name().toLowerCase() + ":" + it.path());
});
}