Skip to content

Commit

Permalink
Checkstyle ignores all directories beginning with generated (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisjoe authored and iamdanfox committed Jun 7, 2018
1 parent 6d826d2 commit 21fe2ee
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@
<suppress files="\.(bdr|eot|gif|gzip|jar|json|otf|png|svg|ttf|woff|zip)$" checks="NewlineAtEndOfFile" />

<!-- Generated code should not be subjected to checkstyle. -->
<suppress files="[/\\].*[/\\]generated[/\\]" checks="." />
<suppress files="[/\\].*[/\\]generated_schema[/\\]" checks="." />
<suppress files="[/\\].*[/\\]generated_src[/\\]" checks="." />
<suppress files="[/\\].*[/\\]generated_testSrc[/\\]" checks="." />
<suppress files="[/\\].*[/\\]generated.*[/\\]" checks="." />
</suppressions>

0 comments on commit 21fe2ee

Please sign in to comment.