svn commit: r18810 - trunk/tools/checkstyle
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-10-26 12:06:38-0700
New Revision: 18810
Modified:
trunk/tools/checkstyle/checkstyle5_argouml.xml
trunk/tools/checkstyle/checkstyle_argouml.xml
Log:
Ignore also the new style first lines.
Modified: trunk/tools/checkstyle/checkstyle5_argouml.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/checkstyle/checkstyle5_argouml.xml?view=diff&pathrev=18810&r1=18809&r2=18810
==============================================================================
--- trunk/tools/checkstyle/checkstyle5_argouml.xml (original)
+++ trunk/tools/checkstyle/checkstyle5_argouml.xml 2010-10-26 12:06:38-0700
@@ -5,9 +5,9 @@
This configuration file was written by the eclipse-cs plugin configuration editor
-->
<!--
- Checkstyle-Configuration: ArgoUML checks
+ Checkstyle-Configuration: ArgoUML conventions
Description:
-These are the checks that are defined for the argouml project.
+The Checkstyle configuration used in the ArgoUML project.
-->
<module name="Checker">
<property name="severity" value="warning"/>
@@ -45,7 +45,7 @@
<property name="scope" value="protected"/>
</module>
<module name="LineLength">
- <property name="ignorePattern" value="^( *\* @see |import |// \$Id:)"/>
+ <property name="ignorePattern" value="^( *\* @see |import |/[/*] \$Id:)"/>
</module>
<module name="LocalFinalVariableName"/>
<module name="LocalVariableName"/>
Modified: trunk/tools/checkstyle/checkstyle_argouml.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/checkstyle/checkstyle_argouml.xml?view=diff&pathrev=18810&r1=18809&r2=18810
==============================================================================
--- trunk/tools/checkstyle/checkstyle_argouml.xml (original)
+++ trunk/tools/checkstyle/checkstyle_argouml.xml 2010-10-26 12:06:38-0700
@@ -95,7 +95,7 @@
<module name="LineLength">
<!-- ignore Javadoc refs, imports, & CVS Id tagline -->
<property name="ignorePattern"
- value="^( *\* @see |import |// \$Id:)"/>
+ value="^( *\* @see |import |/[/*] \$Id:)"/>
</module>
<module name="LocalFinalVariableName"/>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2675809
To unsubscribe from this discussion, e-mail: [[email protected]].