Skip to content

Commit

Permalink
Add checkstyle run that uses example checkstyle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArloL committed Jan 14, 2015
1 parent 7cecc8b commit 5f88f62
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,22 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.13</version>
<executions>
<execution>
<configuration>
<configLocation>https://raw.githubusercontent.com/ArloL/gwtbootstrap3/checkstyle/checkstyle.xml</configLocation>
<violationSeverity>warning</violationSeverity>
</configuration>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

<pluginManagement>
Expand Down

0 comments on commit 5f88f62

Please sign in to comment.