You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/10/11 15:11:13 UTC

svn commit: r1021333 - /myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml

Author: bommel
Date: Mon Oct 11 13:11:12 2010
New Revision: 1021333

URL: http://svn.apache.org/viewvc?rev=1021333&view=rev
Log:
update rule to checkstyle 5.0

Modified:
    myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml

Modified: myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml?rev=1021333&r1=1021332&r2=1021333&view=diff
==============================================================================
--- myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml (original)
+++ myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml Mon Oct 11 13:11:12 2010
@@ -123,6 +123,7 @@
         <module name="IllegalImport"/>
         <module name="RedundantImport"/>
         <module name="UnusedImports"/>
+        <!--module name="AvoidStaticImport"/-->
 
         <!-- Checks for Size Violations.                    -->
         <!-- See http://checkstyle.sf.net/config_sizes.html -->