Sfoglia il codice sorgente

Lower detekt maxIssues to remaining 3

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey 3 anni fa
parent
commit
06820a21fd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/detekt.yml

+ 1 - 1
app/detekt.yml

@@ -1,5 +1,5 @@
 build:
-  maxIssues: 11
+  maxIssues: 3
   weights:
     # complexity: 2
     # LongParameterList: 1