Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'restructuration/org.eclipse.emf.compare.match/.checkstyle')
-rw-r--r--restructuration/org.eclipse.emf.compare.match/.checkstyle16
1 files changed, 16 insertions, 0 deletions
diff --git a/restructuration/org.eclipse.emf.compare.match/.checkstyle b/restructuration/org.eclipse.emf.compare.match/.checkstyle
new file mode 100644
index 000000000..2b40059c7
--- /dev/null
+++ b/restructuration/org.eclipse.emf.compare.match/.checkstyle
@@ -0,0 +1,16 @@
+<?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="EMF Compare" location="/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyleConfiguration.xml" type="project" description="">
+ <additional-data name="protect-config-file" value="false"/>
+ </local-check-config>
+ <local-check-config name="EMF Compare CS5" location="/org.eclipse.emf.compare/codeStyle/EMFCompareCheckstyle5Configuration.xml" type="project" description="Checkstyle 5.0 compatible">
+ <additional-data name="protect-config-file" value="false"/>
+ </local-check-config>
+ <fileset name="all" enabled="true" check-config-name="EMF Compare CS5" local="true">
+ <file-match-pattern match-pattern="." include-pattern="true"/>
+ </fileset>
+ <filter name="FilesFromPackage" enabled="true">
+ <filter-data value="src/org/eclipse/emf/compare/match/metamodel"/>
+ </filter>
+</fileset-config>

Back to the top