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 d8eacdfafb402aff1a2a8c09c28cb01955320236 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:44:28 2025 -0500 Add Checkstyle SuperFinalize --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 4bee9a79..0f29e0cd 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -80,6 +80,7 @@ limitations under the License. <module name="SimplifyBooleanReturn" /> <module name="StringLiteralEquality" /> <module name="SuperClone" /> + <module name="SuperFinalize" /> <module name="UpperEll" /> <module name="UnusedImports" /> <module name="WhitespaceAfter" />