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-03-11 17:18:12 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-03-14 12:23:06 +0300
commit6206e4910d5b31d28e446c6003fdd47a779b2c77 (patch)
tree4517f1777a1134b8284033198e0d750cfcd3ea9a /detekt.yml
parent454dbc5db2f9508d2f895ca72c03e9432671af38 (diff)
simplify complex conditions for readability
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 8ff4e4e66..6ebac51e2 100644
--- a/detekt.yml
+++ b/detekt.yml
@@ -1,5 +1,5 @@
build:
- maxIssues: 157
+ maxIssues: 151
weights:
# complexity: 2
# LongParameterList: 1