Add checkstyle config for brace style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user