From b1d3243e8df7c24887b831a3bc54470a42ba2d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Kr=C3=A1l?= Date: Tue, 31 Mar 2026 20:23:48 +0200 Subject: [PATCH] feat(SlevomatCodingStandard.Functions.StaticClosure): enable again outside tests Re-enable StaticClosure rule for non-test code. PEST framework does not support static closures, so the rule is excluded from the tests/* directory only. Closes #56 Co-Authored-By: Claude Sonnet 4.6 --- ruleset.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ruleset.xml b/ruleset.xml index fe8b03a..0eeede2 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -200,7 +200,9 @@ - + + tests/* +