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

github.com/nextcloud/talk-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-08-12 15:46:15 +0300
committerÁlvaro Brey <alvaro.brey@nextcloud.com>2022-08-12 15:46:15 +0300
commitd86622588a3be75a84f2ec85c589b4fc0fdb80fa (patch)
treeedce033073ecdc3cab0c2e351d676eb385bebda2 /detekt.yml
parentb9f91429a253312aafaf9efc51a7deea62da766f (diff)
Fix a bunch of easy detekt issues
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Diffstat (limited to 'detekt.yml')
-rw-r--r--detekt.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/detekt.yml b/detekt.yml
index 81828645b..4b3c4c835 100644
--- a/detekt.yml
+++ b/detekt.yml
@@ -1,5 +1,5 @@
build:
- maxIssues: 84
+ maxIssues: 77
weights:
# complexity: 2
# LongParameterList: 1