From 645ba9f60dea308979d01eeec1f6352c5bfc20c3 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+copilot@users.noreply.github.com> Date: Sat, 30 Aug 2025 11:54:16 +0100 Subject: [PATCH] Add checkstyle rule to disallow @Debug annotation usage (#4839) * Initial plan * Add checkstyle rule to disallow @Debug annotation usage Co-authored-by: modmuss50 <4324090+modmuss50@users.noreply.github.com> * Remove comment and format @Debug rule query on single line as requested Co-authored-by: modmuss50 <4324090+modmuss50@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: modmuss50 <4324090+modmuss50@users.noreply.github.com> (cherry picked from commit e6b6ce14476ba9d8fdf4dbbb7380d7826cca349b) --- checkstyle.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/checkstyle.xml b/checkstyle.xml index c54996fd3..4e1e5be43 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -284,5 +284,10 @@ + + + + +