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.
8 lines
366 B
XML
8 lines
366 B
XML
5 years ago
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE suppressions PUBLIC
|
||
|
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
||
|
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
||
|
<suppressions>
|
||
|
<suppress files="[\\/]spring-cloud-alibaba-examples[\\/]" checks="HideUtilityClassConstructorCheck" />
|
||
|
<suppress files=".*" checks="LineLength" />
|
||
|
</suppressions>
|