Skip to content

Commit

Permalink
disable checkstyle for generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Aug 28, 2020
1 parent 9fc62c9 commit c617d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"http://www.checkstyle.org/dtds/suppressions_1_1.dtd">

<suppressions>
<suppress checks="[a-zA-Z0-9]*" files="[\\/]gen[\\/]" />
<suppress checks="[a-zA-Z0-9]*" files="[\\/]generated[\\/]" />
</suppressions>

0 comments on commit c617d34

Please sign in to comment.