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-codec.git

commit 9b4f8fd02b38a0dc3c360ecb946ed62bf2434252
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 17:48:55 2025 -0500

    Add Checkstyle DefaultComesLast
---
 src/conf/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 6642eb93..8d950ee1 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -51,6 +51,7 @@ limitations under the License.
     <module name="ArrayTypeStyle" />
     <module name="AvoidStarImport" />
     <module name="CovariantEquals" />
+    <module name="DefaultComesLast" />
     <module name="ExplicitInitializationCheck" />
     <module name="FinalLocalVariable" />
     <module name="IllegalImport" />

Reply via email to