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

commit d60e1fa709921273225c8a0622038f14e76e56df
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 11:02: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 8f5d55a6..6b382771 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -56,6 +56,7 @@ limitations under the License.
       <property name="option" value="text" />
     </module>
     <module name="EqualsHashCode" />
+    <module name="ExplicitInitialization" />
     <module name="IllegalImport" />
     <module name="ImportOrder">
       <property name="option" value="top" />

Reply via email to