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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 73ce1f45 Sort Checkstyle entries
73ce1f45 is described below
commit 73ce1f45c081efa7cdbdff15e0cf6c90843c36fa
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Dec 27 08:38:23 2024 -0500
Sort Checkstyle entries
---
src/conf/checkstyle/checkstyle.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/conf/checkstyle/checkstyle.xml
b/src/conf/checkstyle/checkstyle.xml
index 33bde226..4f7a07ff 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -25,7 +25,6 @@ limitations under the License.
<module name="Header">
<property name="headerFile" value="${checkstyle.header.file}" />
</module>
- <property name="localeLanguage" value="en" />
<module name="LineLength">
<property name="max" value="160"/>
</module>
@@ -69,5 +68,6 @@ limitations under the License.
<module name="WhitespaceAround" />
<module name="WhitespaceAroundCheck" />
</module>
+ <property name="localeLanguage" value="en" />
</module>