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 d4b499eb040b17db9a53f47d33a060e2f66f5b8d Author: Gary Gregory <[email protected]> AuthorDate: Tue Jan 21 11:03:23 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 6b382771..20736aaf 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -57,6 +57,7 @@ limitations under the License. </module> <module name="EqualsHashCode" /> <module name="ExplicitInitialization" /> + <module name="FallThrough" /> <module name="IllegalImport" /> <module name="ImportOrder"> <property name="option" value="top" />
