Explorar o código

Lower max detekt findings threshold due to latest fixes

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger hai 1 ano
pai
achega
502a3f1f59
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      detekt.yml

+ 1 - 1
detekt.yml

@@ -1,5 +1,5 @@
 build:
-  maxIssues: 80
+  maxIssues: 73
   weights:
     # complexity: 2
     # LongParameterList: 1