From 8e31a38c053bb97a0fee574acdb3da3bd72b4fa4 Mon Sep 17 00:00:00 2001 From: "Hagen, Kody J" Date: Thu, 21 May 2026 11:20:34 -0500 Subject: [PATCH] feat(ruleset): enforce bsu_ / BSU_ prefix on global functions and classes --- ruleset.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ruleset.xml b/ruleset.xml index c3bcc29..2e2cf1f 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -13,4 +13,40 @@ + + + + + + + + + + + */template-parts/*\.php$ + */template-*\.php$ + */templateincludes-*\.php$ + */functions/class-bsu\.php$ + */Sniffs/*\.php$ + */vendor/*\.php$ + + +