Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-05-06 19:07:13 +0300
committerÁlvaro Brey <alvaro.brey@nextcloud.com>2022-05-06 19:07:13 +0300
commit06820a21fd3bc9f3a95a42fe9939582c845e27dd (patch)
tree72f24fc05acffdf65403134d1c2f8d2b8baf2d66
parentfb1469aeeaefc9615fb59d3c490234fd1122f783 (diff)
Lower detekt maxIssues to remaining 3fix/some-detekt
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
-rw-r--r--app/detekt.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/detekt.yml b/app/detekt.yml
index e251a674b2..b9da388434 100644
--- a/app/detekt.yml
+++ b/app/detekt.yml
@@ -1,5 +1,5 @@
build:
- maxIssues: 11
+ maxIssues: 3
weights:
# complexity: 2
# LongParameterList: 1