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-imaging.git
commit 16155c5553a2ab10453c53cdaef25eeb411e7548 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:01:17 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 69450a68..e25819a1 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="IllegalImport" /> <module name="ImportOrder"> <property name="option" value="top" />