From df54d3450b03f678863fdbf4cf3982d39e6779e2 Mon Sep 17 00:00:00 2001 From: tzugen Date: Thu, 22 Apr 2021 12:15:08 +0200 Subject: [PATCH] Detekt: Remove "warningThreshold and failThreshold properties are deprecated. Please use the new 'maxIssues' config property." --- detekt-config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/detekt-config.yml b/detekt-config.yml index b39186c0..4674fd6a 100644 --- a/detekt-config.yml +++ b/detekt-config.yml @@ -2,8 +2,7 @@ autoCorrect: true failFast: false build: - warningThreshold: 0 - failThreshold: 0 + maxIssues: 0 weights: complexity: 2 formatting: 1