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

commit e1b43faad434c13711804cb2cf41a8f4bfe812e1
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 18:00:05 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 1130b363..d6322515 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -82,6 +82,7 @@ limitations under the License.
     <module name="SimplifyBooleanReturn" />
     <module name="StringLiteralEquality" />
     <module name="SuperClone" />
+    <module name="SuperFinalize" />
     <module name="TypecastParenPad" />    
     <module name="UnusedImports" />
     <module name="UpperEll" />

Reply via email to