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 5bfa7211a63863e0482c01ddc7a4d810ab102d96 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:33:42 2025 -0500 Add Checkstyle FinalLocalVariable --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 20736aaf..6a5708c3 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -58,6 +58,7 @@ limitations under the License. <module name="EqualsHashCode" /> <module name="ExplicitInitialization" /> <module name="FallThrough" /> + <module name="FinalLocalVariable" /> <module name="IllegalImport" /> <module name="ImportOrder"> <property name="option" value="top" />