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-compress.git

commit 76fff81811da9feddf9ef0316a0d0201a8c74ac7
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 29 11:06:08 2024 -0500

    Add Checkstyle SuperFinalize
---
 src/conf/checkstyle/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle/checkstyle.xml 
b/src/conf/checkstyle/checkstyle.xml
index 4f6a5bf0d..bce06b728 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -78,6 +78,7 @@ limitations under the License.
     <module name="SimplifyBooleanReturn" />
     <module name="StringLiteralEquality" />
     <module name="SuperClone" />
+    <module name="SuperFinalize" />
     <module name="UnusedImports" />
     <module name="UpperEll" />
     <module name="WhitespaceAfter" />

Reply via email to