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

commit c446d250c54f17fdc6b0a0fb444fa1f01e45d3ad
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 18:29:58 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 2d45782a1..1c938d028 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -87,6 +87,7 @@ limitations under the License.
     <module name="SimplifyBooleanExpression" />
     <module name="SimplifyBooleanReturn" />
     <module name="StringLiteralEquality" />
+    <module name="SuperFinalize" />
     <module name="TypecastParenPad" />    
     <module name="UpperEll" />
     <module name="UnusedImports"/>

Reply via email to