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 2a5296fe88b73c1cfdeefc9dc1cdfffc26076ded Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:41:31 2025 -0500 Add Checkstyle MultipleVariableDeclarations --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 67a8d813..8506e523 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -71,6 +71,7 @@ limitations under the License. <module name="LeftCurly" /> <module name="MissingOverride" /> <module name="ModifierOrder" /> + <module name="MultipleVariableDeclarations" /> <module name="NeedBraces" /> <module name="RedundantImport" /> <module name="RedundantModifier" />