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 5970fc94bc141207a823830db68629f544cee038
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 29 09:14:08 2024 -0500

    Add Checkstyle DefaultComesLast
---
 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 09bbe5003..13592e3ea 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -50,6 +50,7 @@ limitations under the License.
     <module name="ArrayTypeStyle" />
     <module name="AvoidStarImport" />
     <module name="CovariantEquals" />
+    <module name="DefaultComesLast" />
     <module name="FinalLocalVariable" />
     <module name="IllegalImport" />
     <module name="ImportOrder">

Reply via email to