Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlgoubet2008-08-13 09:20:52 +0000
committerlgoubet2008-08-13 09:20:52 +0000
commit7fa00daef4cec54c7c2609b38fcd48d5615ff097 (patch)
tree544cd3ca2a48601c6d8c6e9433838e00e306c3e5
parent506bb2b12684f28bcd3eebf564a4e8aded03fbc1 (diff)
downloadorg.eclipse.emf.compare-7fa00daef4cec54c7c2609b38fcd48d5615ff097.tar.gz
org.eclipse.emf.compare-7fa00daef4cec54c7c2609b38fcd48d5615ff097.tar.xz
org.eclipse.emf.compare-7fa00daef4cec54c7c2609b38fcd48d5615ff097.zip
tweaking checkstyle configuration to allow contributions
-rwxr-xr-xplugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyleConfiguration.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyleConfiguration.xml b/plugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyleConfiguration.xml
index 152d0f237..bbee1228d 100755
--- a/plugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyleConfiguration.xml
+++ b/plugins/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyleConfiguration.xml
@@ -22,7 +22,7 @@
</module>
<module name="JavadocType">
<property name="severity" value="error"/>
- <property name="authorFormat" value="&lt;a\shref=\&quot;mailto:[a-z.]+@[a-z.]+\.[a-z]{2,4}\&quot;&gt;[A-Z][a-z]+\s[A-Z][a-z]+&lt;/a&gt;"/>
+ <property name="authorFormat" value="(&lt;a\shref=\&quot;mailto:[a-z.]+@[a-z.]+\.[a-z]{2,4}\&quot;&gt;)?[A-Z][a-z]+\s[A-Z][a-z]+(&lt;/a&gt;)?"/>
</module>
<module name="JavadocVariable">
<property name="severity" value="error"/>
@@ -309,7 +309,7 @@
<module name="RequiredRegexp">
<metadata name="com.atlassw.tools.eclipse.checkstyle.customMessage" value="Le copyright doit figurer dans le fichier sous la forme &quot;Copyright (c) 2006, 2007, 2008 Obeo.&quot;"/>
<property name="severity" value="error"/>
- <property name="format" value="Copyright\s\(c\)\s(20[0-9]{2},?\s)+Obeo\."/>
+ <property name="format" value="Copyright\s\(c\)\s(20[0-9]{2},?\s)+"/>
</module>
<module name="GenericIllegalRegexp">
<metadata name="com.atlassw.tools.eclipse.checkstyle.customMessage" value="Caractères susceptibles de poser problème (encoding)"/>

Back to the top