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:
authorTim Krüger <t@timkrueger.me>2022-03-14 16:53:11 +0300
committerTim Krüger <t@timkrueger.me>2022-03-15 16:35:08 +0300
commit2bc5ac1461dfaf8822621ec33519c93a651119af (patch)
treec12a1bd32560ac1785220b9f7262e4b944144079 /detekt.yml
parent60e4ec9086c0a8a1410ab51c753da6693cda1887 (diff)
Allow one more detekt issue
The source are the six parameters in 'ConductorRemapping#remapChatController". But since we're planning to get rid of Conductor we will live with that a while. Signed-off-by: Tim Krüger <t@timkrueger.me>
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 7465a5835..9d94c131c 100644
--- a/detekt.yml
+++ b/detekt.yml
@@ -1,5 +1,5 @@
build:
- maxIssues: 149
+ maxIssues: 150
weights:
# complexity: 2
# LongParameterList: 1