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-07 15:43:46 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-03-07 15:43:46 +0300
commit59e85334f7b0e7303e3e6cd52298dba0a1da80af (patch)
tree800a163586faaa3bf887550b35af698ca04b218c /detekt.yml
parent0fe562d415987c24f7f97d0ba6af931aa912f429 (diff)
set detekt limit to latest check run
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 214802aeb..36a91e080 100644
--- a/detekt.yml
+++ b/detekt.yml
@@ -1,5 +1,5 @@
build:
- maxIssues: 223
+ maxIssues: 217
weights:
# complexity: 2
# LongParameterList: 1