From 5d1f2ab360d7892da56b17d8ebe00d3ea7f65c86 Mon Sep 17 00:00:00 2001 From: kami Date: Mon, 13 Jul 2026 12:09:41 +0400 Subject: [PATCH] =?UTF-8?q?chore(detekt):=20ratchet=20maxIssues=20120?= =?UTF-8?q?=E2=86=9290=20after=20orchestrator=20decomposition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kernel dropped to 85 findings (was the binding module >120 pre-split); 90 leaves ~5 slack so new violations trip the build. --- detekt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detekt.yml b/detekt.yml index f9a7bb6b..a935d8fe 100644 --- a/detekt.yml +++ b/detekt.yml @@ -1,5 +1,5 @@ build: - maxIssues: 120 + maxIssues: 90 style: active: true