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 a2dea2752d61095022eacca498598fad5ed01a99
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 17:57:45 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 52465ce8..3a920d1e 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -60,6 +60,7 @@ limitations under the License.
     <module name="FallThrough" />
     <module name="FinalLocalVariable" />
     <module name="IllegalImport" />
+    <module name="IllegalInstantiation" />
     <module name="ImportOrder">
       <property name="option" value="top" />
       <property name="groups" value="java,javax,org" />

Reply via email to