Tite modification du checkstyle.xml
authorDa Risk <darisk972@gmail.com>
Thu, 26 Mar 2009 18:19:57 +0100
changeset 40 abf9da283377
parent 39 220193461192
child 41 c537c1ea3636
Tite modification du checkstyle.xml
checkstyle.xml
--- a/checkstyle.xml	Thu Mar 26 18:04:10 2009 +0100
+++ b/checkstyle.xml	Thu Mar 26 18:19:57 2009 +0100
@@ -31,6 +31,7 @@
 -->
 
 <module name="Checker">
+    <property name="severity" value="warning"/>
 
     <!-- Checks that a package.html file exists for each package.     -->
     <!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
@@ -68,6 +69,7 @@
 	<module name="LocalVariableName"/>
 	<module name="MemberName">
 	    <property  name="format" value="^m[A-Z][a-zA-Z0-9]*$"/>
+	    <property name="severity" value="error"/>
 	</module>
 	<module name="MethodName"/>
 	<module name="PackageName"/>