From 997fa477bf32b6c28a2764c71ea1d3ee227534b7 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Tue, 31 Mar 2026 16:44:44 +0200 Subject: [PATCH] chore: round down CodeScene thresholds to match actual scores MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Actual scores are 9.8457/9.3884 — previous thresholds 9.85/9.39 were above the actual values due to rounding up. Co-Authored-By: Claude Opus 4.6 (1M context) --- .codescene-thresholds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codescene-thresholds b/.codescene-thresholds index 8ee04b24..70d75b11 100644 --- a/.codescene-thresholds +++ b/.codescene-thresholds @@ -1,2 +1,2 @@ -HOTSPOT_THRESHOLD=9.85 -AVERAGE_THRESHOLD=9.39 +HOTSPOT_THRESHOLD=9.84 +AVERAGE_THRESHOLD=9.38