Revert "java: adding check files by ext"

This reverts commit 8924304bdb.
This commit is contained in:
VGKurguzov
2022-12-21 16:59:43 +03:00
parent 127183bb16
commit 5a233b8dc7

View File

@ -41,7 +41,7 @@
--> -->
<property name="severity" value="error"/> <property name="severity" value="error"/>
<property name="fileExtensions" value="java, properties, xml, jsp"/> <property name="fileExtensions" value="java, properties, xml"/>
<!-- Excludes all 'module-info.java' files --> <!-- Excludes all 'module-info.java' files -->
<!-- See https://checkstyle.org/config_filefilters.html --> <!-- See https://checkstyle.org/config_filefilters.html -->
@ -72,7 +72,7 @@
<!-- See https://checkstyle.org/config_sizes.html --> <!-- See https://checkstyle.org/config_sizes.html -->
<module name="FileLength"/> <module name="FileLength"/>
<module name="LineLength"> <module name="LineLength">
<property name="fileExtensions" value="java, jsp"/> <property name="fileExtensions" value="java"/>
</module> </module>
<!-- Checks for whitespace --> <!-- Checks for whitespace -->
@ -92,7 +92,7 @@
<!-- See https://checkstyle.org/config_header.html --> <!-- See https://checkstyle.org/config_header.html -->
<module name="Header"> <module name="Header">
<property name="headerFile" value="onlyoffice.header"/> <property name="headerFile" value="onlyoffice.header"/>
<property name="fileExtensions" value="java, jsp"/> <property name="fileExtensions" value="java"/>
</module> </module>
<module name="TreeWalker"> <module name="TreeWalker">