Browse Source

lower detekt threshold based on latest improvements

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 3 years ago
parent
commit
1ebc2bac24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      detekt.yml

+ 1 - 1
detekt.yml

@@ -1,5 +1,5 @@
 build:
-  maxIssues: 346
+  maxIssues: 217
   weights:
     # complexity: 2
     # LongParameterList: 1