Maven build fails with "Unable to find: suppressions.xml" error #2048 (thanks to jchobantonov)
parent
60f4c7bbcc
commit
f65a9fd482
@ -1,13 +0,0 @@
|
||||
<?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>
|
Loading…
Reference in New Issue