Skip to content
Snippets Groups Projects
Commit a74e4839 authored by brinn's avatar brinn
Browse files

fix: the "local" property needs to be set to "true"

SVN: 4815
parent 0e8da76f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="false">
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
<file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
</fileset>
</fileset-config>
......@@ -3,7 +3,7 @@
<local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="false">
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
<file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
</fileset>
</fileset-config>
......@@ -3,7 +3,7 @@
<local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="false">
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
<file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
</fileset>
</fileset-config>
......@@ -3,7 +3,7 @@
<local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="false">
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
<file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
</fileset>
</fileset-config>
......@@ -3,7 +3,7 @@
<local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="false">
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
<file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
</fileset>
</fileset-config>
......@@ -3,7 +3,7 @@
<local-check-config name="CISD Checks" location="/build_resources/checkstyle/cisd_checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="false">
<fileset name="all" enabled="true" check-config-name="CISD Checks" local="true">
<file-match-pattern match-pattern=".+ch/systemsx/cisd.+" include-pattern="true"/>
</fileset>
</fileset-config>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment