From 021c7b6a5d9c17d8121b0c99e2f973c7efd30c4a Mon Sep 17 00:00:00 2001 From: Andreas Hufler Date: Mon, 14 Oct 2024 10:19:16 +0200 Subject: [PATCH] adjust checkstyle rule to allow for TODO comments if they have a link associated --- src/main/resources/checkstyle.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/checkstyle.xml b/src/main/resources/checkstyle.xml index ee68018..a583791 100644 --- a/src/main/resources/checkstyle.xml +++ b/src/main/resources/checkstyle.xml @@ -194,7 +194,10 @@ - + + + +