From e6109f09818fa442e8c233980296b26f7c4a511e Mon Sep 17 00:00:00 2001
From: Olivier Maury <Olivier.Maury@inrae.fr>
Date: Tue, 25 Feb 2025 16:54:11 +0100
Subject: [PATCH] =?UTF-8?q?build:=20mettre=20=C3=A0=20jour=20sun=5Fchecks.?=
 =?UTF-8?q?xml?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config/sun_checks.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/config/sun_checks.xml b/config/sun_checks.xml
index 7b7a63d3..762bf178 100644
--- a/config/sun_checks.xml
+++ b/config/sun_checks.xml
@@ -64,9 +64,7 @@
 
 	<!-- Checks for whitespace -->
 	<!-- See http://checkstyle.sf.net/config_whitespace.html -->
-	<module name="FileTabCharacter">
-		<property name="fileExtensions" value="java" />
-	</module>
+	<module name="FileTabCharacter" />
 
 	<!-- https://checkstyle.sourceforge.io/config_sizes.html#LineLength -->
 	<module name="LineLength">
-- 
GitLab