Files
spring-restdocs/config/checkstyle/checkstyle-suppressions.xml
2022-10-12 10:50:40 +01:00

10 lines
431 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 files="com[\\/]example[\\/]restassured" checks="IllegalImport" />
<suppress files="src[\\/]testFixtures" checks="JavadocPackage" />
<suppress files="WebTestClientResponseConverterTests\.java" checks="IllegalImport" />
</suppressions>