Skip to content

Commit

Permalink
Exclude generated code from checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Nov 30, 2018
1 parent f16f242 commit 6b25b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<excludes>**/AutoValue_Arg.java</excludes>
<configLocation>checkstyle.xml</configLocation>
</configuration>
<dependencies>
Expand Down

0 comments on commit 6b25b2e

Please sign in to comment.