Author: simonetripodi
Date: Mon Mar 18 20:55:56 2013
New Revision: 1457989
URL: http://svn.apache.org/r1457989
Log:
checkstyle: exclude *.properties files from check - for some unknown reason (to
me, at least) *.properties file were included in the report
Modified:
commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml
Modified:
commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml
URL:
http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml?rev=1457989&r1=1457988&r2=1457989&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml
(original)
+++ commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml
Mon Mar 18 20:55:56 2013
@@ -20,4 +20,5 @@
-->
<suppressions>
<suppress checks="MagicNumber" files="(Base64|QuotedPrintable)Decoder.java"
lines="0-9999"/>
+ <suppress checks="[a-zA-Z0-9]*" files=".+\.properties" />
</suppressions>