This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git
The following commit(s) were added to refs/heads/master by this push:
new dd43e0d Add the ArrayTypeStyle checkstyle module
dd43e0d is described below
commit dd43e0d3f4854cefe316457a8fa65ce8b5eff179
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Nov 16 10:42:29 2018 +0000
Add the ArrayTypeStyle checkstyle module
---
buildtools/src/main/resources/cxf-checkstyle.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildtools/src/main/resources/cxf-checkstyle.xml
b/buildtools/src/main/resources/cxf-checkstyle.xml
index 0988ed3..f05c34f 100644
--- a/buildtools/src/main/resources/cxf-checkstyle.xml
+++ b/buildtools/src/main/resources/cxf-checkstyle.xml
@@ -251,8 +251,8 @@
<!-- Miscellaneous other checks. -->
<!-- See http://checkstyle.sf.net/config_misc.html -->
+ <module name="ArrayTypeStyle"/>
<!--
- <module name="ArrayTypeStyle"/>
<module name="FinalParameters"/>
-->
<!--