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

commit 8addbd6f0fe963c56d9f561950e516fade99f2c9
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 18:06:02 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 884ac2022..bb7262d93 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -49,6 +49,7 @@ limitations under the License.
     <property name="file" value="${checkstyle.suppressions.file}"/>
   </module>
   <module name="TreeWalker">
+    <module name="ArrayTypeStyle" />
     <module name="AvoidStarImport"/>
     <module name="ExplicitInitializationCheck" />
     <module name="GenericWhitespace"/>

Reply via email to