Skip to content

Commit

Permalink
Exclude generated source from checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Dec 28, 2015
1 parent 4bab29e commit c0dd151
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 @@ -192,6 +192,7 @@
<configuration>
<failOnViolation>true</failOnViolation>
<configLocation>pitest/checkstyle.xml</configLocation>
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit c0dd151

Please sign in to comment.