Skip to content

Commit

Permalink
Exclude generated code from checkstyle checks
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Nov 30, 2016
1 parent c342b48 commit 10adf8c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .checkstyle
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true">
<local-check-config description="" location="/SOMns/.checkstyle_checks.xml" name="Checks" type="project">

<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
<local-check-config name="Checks" location=".checkstyle_checks.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset check-config-name="Checks" enabled="true" local="true" name="all">
<file-match-pattern include-pattern="true" match-pattern="."/>
<fileset name="all" enabled="true" check-config-name="Checks" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter check-config-name="Checks" enabled="true" local="true" name="all">
<filter-data value="java"/>
</filter>
<filter name="DerivedFiles" enabled="true"/>
</fileset-config>

0 comments on commit 10adf8c

Please sign in to comment.