Update checkstyle to match upstream.
This commit is contained in:
13
config/checkstyle/checkstyle-suppression.xml
Normal file
13
config/checkstyle/checkstyle-suppression.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
||||
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
||||
|
||||
<suppressions>
|
||||
<suppress files=".*DataFixer\.java" checks="MethodName|FallThrough"/>
|
||||
<suppress files=".*[\\/]MathUtils.java" checks="MethodName"/>
|
||||
<suppress files=".*[\\/]bPermissionsResolver.java" checks="TypeName"/>
|
||||
<!-- This thing only works via the use of a finalizer. -->
|
||||
<suppress files=".*[\\/]TracedEditSession.java" checks="NoFinalizer"/>
|
||||
<!-- None of the old command stuff really matters -->
|
||||
<suppress files=".*[\\/]minecraft[\\/]util[\\/]commands[\\/].*\.java" checks=".*"/>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user