Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.uml2.ide.ui.tests/.checkstyle')
-rw-r--r--plugins/org.eclipse.emf.compare.uml2.ide.ui.tests/.checkstyle10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.uml2.ide.ui.tests/.checkstyle b/plugins/org.eclipse.emf.compare.uml2.ide.ui.tests/.checkstyle
new file mode 100644
index 000000000..2684ff12f
--- /dev/null
+++ b/plugins/org.eclipse.emf.compare.uml2.ide.ui.tests/.checkstyle
@@ -0,0 +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="EMF Compare" location="/org.eclipse.emf.compare-parent/codeStyle/EMFCompareCheckstyle6Configuration.xml" type="project" description="">
+ <additional-data name="protect-config-file" value="false"/>
+ </local-check-config>
+ <fileset name="all" enabled="true" check-config-name="EMF Compare" local="true">
+ <file-match-pattern match-pattern="." include-pattern="true"/>
+ </fileset>
+</fileset-config>

Back to the top