mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 19:06:07 +00:00
14 lines
721 B
XML
14 lines
721 B
XML
<?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>
|