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

commit 934c61e9eb0672cea7fcbe24e8ead57edd90f7c3
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 29 09:10:47 2024 -0500

    Add Checkstyle ArrayTypeStyle
---
 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 b594ad68e..834c04c39 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -47,6 +47,7 @@ limitations under the License.
     <property name="file" 
value="src/conf/checkstyle/checkstyle-suppressions.xml" />
   </module>
   <module name="TreeWalker">
+    <module name="ArrayTypeStyle" />
     <module name="AvoidStarImport" />
     <module name="FinalLocalVariable" />
     <module name="IllegalImport" />

Reply via email to