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 849dbcc3b1a367914ffcb847e1fcb09d4c1d0b4c
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 29 10:12:47 2024 -0500

    Add Checkstyle IllegalInstantiation
---
 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 2f4c171be..59aada647 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -57,6 +57,7 @@ limitations under the License.
     <!-- <module name="EqualsHashCode" /> -->
     <module name="ExplicitInitializationCheck" />
     <module name="FinalLocalVariable" />
+    <module name="IllegalInstantiation" />
     <module name="IllegalImport" />
     <module name="ImportOrder">
       <property name="option" value="top" />

Reply via email to