Add checkstyle config for brace style

This commit is contained in:
Adam
2017-06-08 11:58:58 -04:00
parent b638318349
commit 3118e6a799
11 changed files with 65 additions and 6 deletions

View File

@@ -40,4 +40,17 @@
<groupId>net.runelite</groupId>
<artifactId>modelviewer-rsmv</artifactId>
<name>Model Viewer (RSMV)</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<!-- always skip checkstyle despite profile overriden checkstyle.skip property -->
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>