Skip to content

Commit

Permalink
Enable checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed May 27, 2021
1 parent 52bd1ee commit 91a5d45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
<compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 91a5d45

Please sign in to comment.