Revision: 682
Author: allain.lalonde
Date: Thu Oct  8 14:57:38 2009
Log: Making checks for examples far less restrictive than the core library.  
Snippets don't always need to conform to SOLID principles.
http://code.google.com/p/piccolo2d/source/detail?r=682

Modified:
  /piccolo2d.java/trunk/examples/src/build/conf/checkstyle.xml

=======================================
--- /piccolo2d.java/trunk/examples/src/build/conf/checkstyle.xml        Thu Oct 
 8  
14:40:54 2009
+++ /piccolo2d.java/trunk/examples/src/build/conf/checkstyle.xml        Thu Oct 
 8  
14:57:38 2009
@@ -45,10 +45,12 @@

          <!-- Checks for Javadoc comments.                     -->
          <!-- See http://checkstyle.sf.net/config_javadoc.html -->
+        <!-- Piccolo2D Examples don't really need these
          <module name="JavadocMethod"/>
          <module name="JavadocType"/>
          <module name="JavadocVariable"/>
          <module name="JavadocStyle"/>
+        -->


          <!-- Checks for Naming Conventions.                  -->
@@ -159,7 +161,7 @@
          <!-- Miscellaneous other checks.                   -->
          <!-- See http://checkstyle.sf.net/config_misc.html -->
          <module name="ArrayTypeStyle"/>
-        <module name="FinalParameters"/>
+        <!-- Piccolo2D Examples: <module name="FinalParameters"/> -->
          <module name="TodoComment"/>
          <module name="UpperEll"/>


--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to