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 153bb2256c2a7b114c4cc1edc2c916e1b619a7a9 Author: Gary D. Gregory <[email protected]> AuthorDate: Sun Feb 9 18:16:39 2025 -0500 Add Checkstyle FallThrough --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index c5c63f7ac..5dd93d44d 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -58,6 +58,7 @@ limitations under the License. </module> <module name="EqualsHashCode" /> <module name="ExplicitInitialization" /> + <module name="FallThrough" /> <module name="GenericWhitespace"/> <module name="IllegalImport"/> <module name="ImportOrder">
