Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cc930e4a0842eff23e05c0bf334eb1aab804d74e (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>

<fileset-config file-format-version="1.2.0" simple-config="true">
  <local-check-config name="MoDisco" location="../org.eclipse.emf.facet.archi.tech.rules/checkstyle/EmfFacet-6.2.checkstyle" type="project" description=""/>
  <fileset name="all" enabled="true" check-config-name="MoDisco" local="true">
    <file-match-pattern match-pattern="." include-pattern="true"/>
    <file-match-pattern match-pattern="Messages.java" include-pattern="false"/>
  </fileset>
</fileset-config>

Back to the top