svn commit: r15592 - trunk/tools/checkstyle/checkstyle_argouml.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2008-08-20 09:59:29-0700
New Revision: 15592
Modified:
trunk/tools/checkstyle/checkstyle_argouml.xml
Log:
Enable suppression comments. Only for use in extraordinary circumstances.
Modified: trunk/tools/checkstyle/checkstyle_argouml.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/checkstyle/checkstyle_argouml.xml?view=diff&rev=15592&p1=trunk/tools/checkstyle/checkstyle_argouml.xml&p2=trunk/tools/checkstyle/checkstyle_argouml.xml&r1=15591&r2=15592
==============================================================================
--- trunk/tools/checkstyle/checkstyle_argouml.xml (original)
+++ trunk/tools/checkstyle/checkstyle_argouml.xml 2008-08-20 09:59:29-0700
@@ -22,6 +22,7 @@
</module>
<module name="EqualsHashCode"/>
+ <module name="FileContentsHolder"/>
<module name="FileLength"/>
<module name="GenericIllegalRegexp">
<property name="format" value="@todo"/>
@@ -171,4 +172,7 @@
<module name="TodoComment"/>
-->
</module>
+
+ <module name="SuppressionCommentFilter"/>
+
</module>