Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2014-07-11 06:57:49 +0000
committerPierre-Charles David2014-08-05 15:29:07 +0000
commitd9f97c6423ede9cbdc265b502a62141c415ce849 (patch)
treec69e5226db35bb992fd41d6b055f7d3811bb9d70
parente1460cbeb4bcfccf63c3c1bd4fb1e721c94365c5 (diff)
downloadorg.eclipse.sirius.legacy-d9f97c6423ede9cbdc265b502a62141c415ce849.tar.gz
org.eclipse.sirius.legacy-d9f97c6423ede9cbdc265b502a62141c415ce849.tar.xz
org.eclipse.sirius.legacy-d9f97c6423ede9cbdc265b502a62141c415ce849.zip
Use the shared Sirius CheckStyle profile
-rw-r--r--plugins/org.eclipse.sirius.query.legacy/.checkstyle4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.sirius.query.legacy/.checkstyle b/plugins/org.eclipse.sirius.query.legacy/.checkstyle
index 53e941a..b67b633 100644
--- a/plugins/org.eclipse.sirius.query.legacy/.checkstyle
+++ b/plugins/org.eclipse.sirius.query.legacy/.checkstyle
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
- <local-check-config name="Viewpoint" location="/Viewpoint/dev/code/CheckstyleConfiguration.xml" type="project" description="">
+ <local-check-config name="Viewpoint" location="Viewpoint/dev/code/CheckstyleConfiguration.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
- <fileset name="all" enabled="true" check-config-name="Viewpoint" local="true">
+ <fileset name="all" enabled="true" check-config-name="Sirius Checks" local="false">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>

Back to the top