This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit c274b1a07105e485bec2bf9d77558073dbc064ab Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 29 09:03:27 2024 -0500 Use Checkstyle FileTabCharacter on all files --- src/conf/checkstyle/checkstyle.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index b3126cb02..d8637a317 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -20,9 +20,7 @@ limitations under the License. "https://checkstyle.org/dtds/configuration_1_3.dtd"> <module name="Checker"> <property name="localeLanguage" value="en" /> - <module name="FileTabCharacter"> - <property name="fileExtensions" value="java,xml" /> - </module> + <module name="FileTabCharacter" /> <module name="Header"> <property name="headerFile" value="${checkstyle.header.file}" /> <property name="fileExtensions" value="java"/>