Skip to content

Commit

Permalink
Changed eclipse .checkstyle file so that it refers to the local
Browse files Browse the repository at this point in the history
checkstyle configuration.
  • Loading branch information
gWestenberger committed Jul 25, 2013
1 parent b2ae3d0 commit b660b44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .checkstyle
Original file line number Diff line number Diff line change
@@ -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">
<fileset name="all" enabled="true" check-config-name="Alkacon Opencms" local="false">
<file-match-pattern match-pattern=".*\.java" include-pattern="true"/>
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
<local-check-config name="Alkacon OpenCms (project-local)" location="Checkstyle_OpenCms.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Alkacon OpenCms (project-local)" local="true">
<file-match-pattern match-pattern="\.java$" include-pattern="true"/>
</fileset>
<filter name="FileTypesFilter" enabled="true">
<filter-data value="java"/>
</filter>
</fileset-config>
3 changes: 1 addition & 2 deletions Checkstyle_OpenCms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This configuration file was written by the eclipse-cs plugin configuration editor
-->
<!--
Checkstyle-Configuration: Alkacon
Checkstyle-Configuration: Alkacon OpenCms (project-local)
Description: none
-->
<module name="Checker">
Expand Down Expand Up @@ -33,7 +33,6 @@
</module>
<module name="CovariantEquals"/>
<module name="DefaultComesLast"/>
<!-- <module name="DoubleCheckedLocking"/> -->
<module name="EmptyStatement"/>
<module name="EqualsHashCode"/>
<module name="HiddenField">
Expand Down

0 comments on commit b660b44

Please sign in to comment.