This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git
The following commit(s) were added to refs/heads/main by this push:
new c30e8ba Add file extension (*.java) for LineLength check
c30e8ba is described below
commit c30e8ba18b4e1a8c4a1da9dcfa94c81a04abebe0
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Feb 13 08:00:31 2026 -0500
Add file extension (*.java) for LineLength check
---
buildtools/src/main/resources/cxf-checkstyle.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildtools/src/main/resources/cxf-checkstyle.xml
b/buildtools/src/main/resources/cxf-checkstyle.xml
index 2c0b197..0ff024d 100644
--- a/buildtools/src/main/resources/cxf-checkstyle.xml
+++ b/buildtools/src/main/resources/cxf-checkstyle.xml
@@ -317,5 +317,6 @@
</module>
<module name="LineLength">
<property name="max" value="120" />
+ <property name="fileExtensions" value="java"/>
</module>
</module>