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 50b4ff015abee78e09393c4e799f04403f99ec9c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 28 18:20:43 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 9394fdfb..eb5eaed9 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -65,6 +65,7 @@ limitations under the License.
     </module>
     <module name="EmptyCatchBlock"></module>
     <module name="EqualsHashCode" />
+    <module name="ExplicitInitialization" />
     <module name="ImportOrder">
       <property name="option" value="top"/>
       <property name="groups" value="java,javax,org"/>

Reply via email to