Removed checkstyle suppressions
This commit is contained in:
@@ -32,10 +32,6 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<module name="Checker">
|
<module name="Checker">
|
||||||
<module name="SuppressionFilter">
|
|
||||||
<property name="file" value="config/checkstyle/suppression.xml"/>
|
|
||||||
</module>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If you set the basedir property below, then all reported file
|
If you set the basedir property below, then all reported file
|
||||||
names will be relative to the specified directory. See
|
names will be relative to the specified directory. See
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<!DOCTYPE suppressions PUBLIC
|
|
||||||
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
|
||||||
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
|
||||||
|
|
||||||
<suppressions>
|
|
||||||
<!-- Internals don't need javadoc. -->
|
|
||||||
<suppress files="[\\/]internal[\\/]" checks="MissingJavadocMethod"/>
|
|
||||||
<suppress files="[\\/]internal[\\/]" checks="JavadocVariable"/>
|
|
||||||
<suppress files="[\\/]eco[\\/]spigot[\\/]" checks="MissingJavadocMethod"/>
|
|
||||||
<suppress files="[\\/]eco[\\/]spigot[\\/]" checks="JavadocVariable"/>
|
|
||||||
<suppress files="[\\/]eco[\\/]proxy[\\/]" checks="MissingJavadocMethod"/>
|
|
||||||
<suppress files="[\\/]eco[\\/]proxy[\\/]" checks="JavadocVariable"/>
|
|
||||||
|
|
||||||
<!-- Modified version of library -->
|
|
||||||
<suppress files="ArmorEquipEvent.java" checks="JavadocVariable"/>
|
|
||||||
<suppress files="ArmorEquipEvent.java" checks="MissingJavadocMethod"/>
|
|
||||||
<suppress files="ArmorEquipEvent.java" checks="JavadocStyle"/>
|
|
||||||
<suppress files="ArmorListener.java" checks="JavadocVariable"/>
|
|
||||||
<suppress files="ArmorListener.java" checks="MissingJavadocMethod"/>
|
|
||||||
<suppress files="ArmorType.java" checks="JavadocVariable"/>
|
|
||||||
<suppress files="ArmorType.java" checks="MissingJavadocMethod"/>
|
|
||||||
</suppressions>
|
|
||||||
Reference in New Issue
Block a user