You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
redisson/checkstyle-suppressions.xml

13 lines
387 B
XML

<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress checks="FileLength"
files="JCache.java|RedissonMapCache.java"/>
<suppress checks="NestedTryDepth"
files="JCache.java"
lines="785-845"/>
</suppressions>