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-net.git
commit 1c9695620975106ce80e1eff50a04531a3b8c366 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 28 18:19:27 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 277eb8b9..d5a5bb47 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -59,6 +59,7 @@ limitations under the License. <module name="TreeWalker"> <module name="AvoidStarImport"/> <module name="CovariantEquals" /> + <module name="DefaultComesLast" /> <module name="EmptyBlock"> <property name="option" value="text"/> </module>