From 0f6eab8b38d3d38a4d905a969c3c1b6a694c9b9f Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 13 Dec 2024 11:41:28 +0100 Subject: [PATCH] ci(detekt): Update current detekt score Signed-off-by: Andy Scherzinger --- detekt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detekt.yml b/detekt.yml index 5d6ef08bc..d0a3eb42a 100644 --- a/detekt.yml +++ b/detekt.yml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors # SPDX-License-Identifier: GPL-3.0-or-later build: - maxIssues: 87 + maxIssues: 86 weights: # complexity: 2 # LongParameterList: 1