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:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-05-13 18:11:35 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-05-16 16:56:30 +0300
commit84fea0ba80fc6bcb44ee1a30c19c1f6a12aaf5de (patch)
treece7917f3031adb1f02b6d3fe6bb7f1a93eedd8c5 /detekt.yml
parent19186feb5f7df7bcd302bcc61a96abf4f15fe386 (diff)
Migrate SettingsController to kotlin + viewbinding
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
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 46cb12370..d4cc80a27 100644
--- a/detekt.yml
+++ b/detekt.yml
@@ -1,5 +1,5 @@
build:
- maxIssues: 91
+ maxIssues: 89
weights:
# complexity: 2
# LongParameterList: 1