Skip to content

Commit

Permalink
exclude checkstyle on auto-generated classes (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Weaver authored May 21, 2021
1 parent 0853646 commit 88606a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,9 @@
</execution>
</executions>
<configuration>
<encoding>UTF-8</encoding>
<configLocation>src/checkstyle/google_checks.xml</configLocation>
<encoding>UTF-8</encoding>
<excludes>com/jwplayer/southpaw/json/*</excludes>
<linkXRef>false</linkXRef>
</configuration>
</plugin>
Expand Down

0 comments on commit 88606a9

Please sign in to comment.