Author: tfischer
Date: Sun Jun  3 11:30:02 2012
New Revision: 1345657

URL: http://svn.apache.org/viewvc?rev=1345657&view=rev
Log:
Change checkstyle configuration as proposed in mail to dev list on 14. May 2012

Modified:
    
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml

Modified: 
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml?rev=1345657&r1=1345656&r2=1345657&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml 
(original)
+++ 
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml 
Sun Jun  3 11:30:02 2012
@@ -50,7 +50,7 @@
 -->
 
 <module name="Checker">
-
+    <property name="severity" value="warning"/>
     <property name="localeCountry" value="US" />
     <property name="localeLanguage" value="en" />
 
@@ -130,6 +130,7 @@
         <!-- See http://checkstyle.sf.net/config_javadoc.html -->
         <module name="JavadocMethod">
           <property name="excludeScope" value="private"/>
+          <property name="allowUndeclaredRTE" value="true" />
         </module>
         <module name="JavadocType"/>
         <module name="JavadocVariable"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to