POM Changes

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2013-06-02 10:36:24 +10:00
parent 88499aa05b
commit 29381e2731
2 changed files with 8 additions and 4 deletions

View File

@@ -55,6 +55,10 @@
<!-- See https://checkstyle.org/filters/index.html -->
<module name="SuppressionCommentFilter"/>
<module name="SuppressionCommentFilter">
<property name="offCommentFormat" value="Spigot start"/>
<property name="onCommentFormat" value="Spigot end"/>
</module>
<!-- See https://checkstyle.org/checks/imports/index.html -->
<module name="AvoidStarImport">