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 af2ab53fd14bc325e3dea548a8aff7e21f0ba644
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 11:00:07 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 31730a62..3f646ed0 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -48,6 +48,7 @@ limitations under the License.
     <property name="file" value="checkstyle-suppressions.xml" />
   </module>
   <module name="TreeWalker">
+    <module name="ArrayTypeStyle" />
     <module name="AvoidStarImport" />
     <module name="IllegalImport" />
     <module name="ImportOrder">

Reply via email to