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-collections.git
commit c6305a5d6330d848519a9362de573365eab8d915 Author: Gary D. Gregory <[email protected]> AuthorDate: Sun Feb 9 18:08:03 2025 -0500 Add Checkstyle EmptyBlock --- src/conf/checkstyle.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index cc481d4f6..0a9b54113 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -53,6 +53,9 @@ limitations under the License. <module name="AvoidStarImport"/> <module name="CovariantEquals" /> <module name="DefaultComesLast" /> + <module name="EmptyBlock"> + <property name="option" value="text" /> + </module> <module name="ExplicitInitialization" /> <module name="GenericWhitespace"/> <module name="IllegalImport"/>
