[java-parent-projects COMMIT] /java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun Jan 6 16:53:40 EST 2013


Author: scantor
Date: Sun Jan  6 16:53:39 2013
New Revision: 93

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=93&view=rev
Log:
Try moving filter inside tree walker.

Modified:
    java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml

Modified: java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml?rev=93&r1=92&r2=93&view=diff
==============================================================================
--- java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml (original)
+++ java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml Sun Jan  6 16:53:39 2013
@@ -98,6 +98,7 @@
     <module name="EqualsAvoidNull"/>
     <module name="ModifiedControlVariable"/>
     <module name="FileContentsHolder"/>
+    <module name="SupressionCommentFilter"/>
   </module>
   <module name="FileTabCharacter"/>
   <module name="FileLength">
@@ -107,5 +108,4 @@
     <property name="header" value="/*\n * Licensed to the University Corporation for Advanced Internet Development, \n * Inc. (UCAID) under one or more contributor license agreements.  See the \n * NOTICE file distributed with this work for additional information regarding\n * copyright ownership. The UCAID licenses this file to You under the Apache \n * License, Version 2.0 (the &quot;License&quot;); you may not use this file except in \n * compliance with the License.  You may obtain a copy of the License at\n *\n *    http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */"/>
   </module>
   <module name="JavadocPackage"/>
-  <module name="SupressionCommentFilter"/>
 </module>



More information about the commits mailing list