Skip to content

Commit

Permalink
[changed] checkstyle configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
bahellma committed Mar 3, 2015
1 parent f5d1fe3 commit 60f2d82
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .checkstyle
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?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="trustAtHsHCheckstyle" location="http://trust.f4.hs-hannover.de/download/dev_docs/code_conventions/trustHsHCodeconventions.xml" type="remote" description="">
<property name="headerfile" value="${project_loc}/src/license/dummy/Dummy.java"/>
<property name="checkstyle.cache.file" value="${project_loc}/target/cachefile"/>
<additional-data name="cache-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="trustAtHsHCheckstyle" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>
<?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="trustAtHsHCheckstyle" location="https://raw.githubusercontent.com/trustathsh/ironcommon/master/src/main/documents/trustAtHsHCheckstylePolicy.xml" type="remote" description="">
<property name="headerfile" value="${project_loc}/src/license/dummy/Dummy.java"/>
<property name="checkstyle.cache.file" value="${project_loc}/target/cachefile"/>
<additional-data name="cache-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="trustAtHsHCheckstyle" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>

0 comments on commit 60f2d82

Please sign in to comment.