You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2020/09/04 20:40:06 UTC

[tomee] 01/02: Relax checkstyle

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit eadc7f41074c32532db83ff2d903cde4bb668f28
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri Sep 4 13:23:49 2020 -0700

    Relax checkstyle
---
 src/main/style/checkstyle.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/style/checkstyle.xml b/src/main/style/checkstyle.xml
index a1524f1..5d2883e 100644
--- a/src/main/style/checkstyle.xml
+++ b/src/main/style/checkstyle.xml
@@ -123,7 +123,7 @@
     <!-- See http://checkstyle.sf.net/config_blocks.html -->
     <!--<module name="AvoidNestedBlocks"/>-->
     <!--<module name="LeftCurly"/>-->
-    <module name="NeedBraces"/>
+<!--    <module name="NeedBraces"/>-->
     <!--<module name="RightCurly"/>-->
 
 
@@ -146,7 +146,7 @@
 
     <!-- Checks for class design                         -->
     <!-- See http://checkstyle.sf.net/config_design.html -->
-    <module name="FinalClass"/>
+<!--    <module name="FinalClass"/>-->
     <!--<module name="HideUtilityClassConstructor"/>-->
     <!--<module name="InterfaceIsType"/>-->
     <!--<module name="VisibilityModifier">-->