From a1f8cf807d9fa606755b76174ba81ffeed57f4b5 Mon Sep 17 00:00:00 2001 From: Andrei Vereha Date: Thu, 11 Mar 2021 21:43:03 +0100 Subject: [PATCH] dash detekt: set maxIssues to -1 I noticed that with this setting I can detekt from android-studio and see all the issues reported in the Build Output. Without it, I can only see: "Build failed with X issues." --- omnipod-dash/detekt-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnipod-dash/detekt-config.yml b/omnipod-dash/detekt-config.yml index 0ecb5a111b..f0fd4930d7 100644 --- a/omnipod-dash/detekt-config.yml +++ b/omnipod-dash/detekt-config.yml @@ -1,5 +1,5 @@ build: - maxIssues: 0 + maxIssues: -1 excludeCorrectable: false weights: # complexity: 2