svn commit: r15302 - trunk/tools/checkstyle/checkstyle_argouml.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2008-07-18 23:42:47-0700
New Revision: 15302
Modified:
trunk/tools/checkstyle/checkstyle_argouml.xml
Log:
Always use braces in all if, while, and for statements.
Modified: trunk/tools/checkstyle/checkstyle_argouml.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/checkstyle/checkstyle_argouml.xml?view=diff&rev=15302&p1=trunk/tools/checkstyle/checkstyle_argouml.xml&p2=trunk/tools/checkstyle/checkstyle_argouml.xml&r1=15301&r2=15302
==============================================================================
--- trunk/tools/checkstyle/checkstyle_argouml.xml (original)
+++ trunk/tools/checkstyle/checkstyle_argouml.xml 2008-07-18 23:42:47-0700
@@ -106,6 +106,8 @@
<module name="MethodLength"/>
<module name="MethodName"/>
+ <module name="NeedBraces"/>
+
<module name="ModifierOrder"/>
<module name="NoWhitespaceAfter"/>