Author: hboutemy
Date: Sat Oct 11 15:59:32 2014
New Revision: 1631070
URL: http://svn.apache.org/r1631070
Log:
ignore size violations that we don't really respect: should probably be
configured as warnings only
Modified:
maven/pom/trunk/maven/pom.xml
Modified: maven/pom/trunk/maven/pom.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1631070&r1=1631069&r2=1631070&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Oct 11 15:59:32 2014
@@ -793,7 +793,7 @@ under the License.
<maven.site.path>../..</maven.site.path><!-- to be overridden -->
<mavenPluginToolsVersion>3.3</mavenPluginToolsVersion>
<!-- don't fail check for some rules that are too hard to enforce (could
even be told broken for some) -->
-
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile</checkstyle.violation.ignore>
+
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
</properties>
<dependencyManagement>