Exclude generated sources from checkstyle

This commit is contained in:
Andreas Dangel
2014-11-15 19:53:34 +01:00
parent a2e6088faa
commit f5db63b374
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
<suppressions>
<suppress files="[\\/]generated-sources[\\/]" checks="[a-zA-Z0-9]*"/>
<!-- The velocity language is under the Apache License. -->
<suppress checks="RegexpHeaderCheck" files="net/sourceforge/pmd/lang/vm/.*"/>