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

commit ce844263af489ee87ad0c76cd1fa15d0c83d5ebf
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 8 06:42:39 2025 -0500

    Add Checstyle ExplicitInitializationCheck
---
 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 e2a1720b..e9a87380 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -42,6 +42,7 @@ limitations under the License.
   </module>
   <module name="TreeWalker">
     <module name="AvoidStarImport" />
+    <module name="ExplicitInitializationCheck" />
     <module name="FinalLocalVariable" />
     <module name="FinalParameters" />
     <module name="IllegalImport" />

Reply via email to