Exclude generated sources from checkstyle
This commit is contained in:
@@ -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/.*"/>
|
||||
|
||||
|
Reference in New Issue
Block a user