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