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 9eeb723fb32cc1bb7dc4e0e86b2db3c38478c0f7 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 29 08:58:56 2024 -0500 Add Checkstyle localeLanguage --- src/conf/checkstyle/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index 9a86f5509..b3126cb02 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -19,6 +19,7 @@ limitations under the License. "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "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>