You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/11/20 23:45:59 UTC

svn commit: r1715440 - /commons/proper/validator/trunk/checkstyle.xml

Author: sebb
Date: Fri Nov 20 22:45:59 2015
New Revision: 1715440

URL: http://svn.apache.org/viewvc?rev=1715440&view=rev
Log:
Enable Magic Number check and suppression filters

Modified:
    commons/proper/validator/trunk/checkstyle.xml

Modified: commons/proper/validator/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/checkstyle.xml?rev=1715440&r1=1715439&r2=1715440&view=diff
==============================================================================
--- commons/proper/validator/trunk/checkstyle.xml (original)
+++ commons/proper/validator/trunk/checkstyle.xml Fri Nov 20 22:45:59 2015
@@ -129,6 +129,11 @@
     <!-- Item 57 - Provide a readResolve method when necessary -->
     <!-- no rfe yet -->
 
+    <module name="MagicNumber"/>
+
+    <!-- This is needed for Suppression Comment Filters -->
+    <module name="FileContentsHolder"/>
+
   </module>
 
   <!-- enforce package documentation -->