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

commit f75e7c0fcff08ad963b320c7257f9d30800d62f8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 28 18:28:19 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 ad197032..7b40548f 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -69,6 +69,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