You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2012/07/12 09:47:06 UTC

svn commit: r1360563 - /commons/sandbox/graph/trunk/checkstyle-suppressions.xml

Author: marcosperanza
Date: Thu Jul 12 07:47:05 2012
New Revision: 1360563

URL: http://svn.apache.org/viewvc?rev=1360563&view=rev
Log:
Suppressed LineLength rule for checkstyle 

Modified:
    commons/sandbox/graph/trunk/checkstyle-suppressions.xml

Modified: commons/sandbox/graph/trunk/checkstyle-suppressions.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/checkstyle-suppressions.xml?rev=1360563&r1=1360562&r2=1360563&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/checkstyle-suppressions.xml (original)
+++ commons/sandbox/graph/trunk/checkstyle-suppressions.xml Thu Jul 12 07:47:05 2012
@@ -21,4 +21,5 @@
 <suppressions>
   <suppress checks="RegexpHeader" files="package-info.java" lines="0-9999" />
   <suppress checks="HiddenField" files=".+\.java" lines="0-9999" />
+  <suppress checks="LineLength" files=".+\.java" lines="0-9999" />
 </suppressions>



Re: svn commit: r1360563 - /commons/sandbox/graph/trunk/checkstyle-suppressions.xml

Posted by Simone Tripodi <si...@apache.org>.
excellent! :)

-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/


On Thu, Jul 12, 2012 at 9:47 AM,  <ma...@apache.org> wrote:
> Author: marcosperanza
> Date: Thu Jul 12 07:47:05 2012
> New Revision: 1360563
>
> URL: http://svn.apache.org/viewvc?rev=1360563&view=rev
> Log:
> Suppressed LineLength rule for checkstyle
>
> Modified:
>     commons/sandbox/graph/trunk/checkstyle-suppressions.xml
>
> Modified: commons/sandbox/graph/trunk/checkstyle-suppressions.xml
> URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/checkstyle-suppressions.xml?rev=1360563&r1=1360562&r2=1360563&view=diff
> ==============================================================================
> --- commons/sandbox/graph/trunk/checkstyle-suppressions.xml (original)
> +++ commons/sandbox/graph/trunk/checkstyle-suppressions.xml Thu Jul 12 07:47:05 2012
> @@ -21,4 +21,5 @@
>  <suppressions>
>    <suppress checks="RegexpHeader" files="package-info.java" lines="0-9999" />
>    <suppress checks="HiddenField" files=".+\.java" lines="0-9999" />
> +  <suppress checks="LineLength" files=".+\.java" lines="0-9999" />
>  </suppressions>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org