From 795a0aca3e4b269e8d40f2ab16a00dae4f592ebf Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Fri, 10 Oct 2025 16:55:51 +0200 Subject: [PATCH] Try reportNestedTooWideType again --- conf/bleedingEdge.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/bleedingEdge.neon b/conf/bleedingEdge.neon index 62a2b86b46..4a8aeef74b 100644 --- a/conf/bleedingEdge.neon +++ b/conf/bleedingEdge.neon @@ -12,7 +12,7 @@ parameters: checkExtensionsForComparisonOperators: true reportTooWideBool: true rawMessageInBaseline: true - reportNestedTooWideType: false + reportNestedTooWideType: true assignToByRefForeachExpr: true curlSetOptArrayTypes: true tooWideImplicitThrows: true