Files
spring-cloud-kubernetes/src/checkstyle/checkstyle-suppressions.xml
2023-08-30 10:06:16 -04:00

21 lines
1.1 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"https://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress files=".*KubernetesCatalogWatchTest.*"
checks="(Javadoc*|HideUtility*|LineLength*)"/>
<suppress files=".*KubernetesDiscoveryClientAutoConfiguration.*"
checks="LineLength*"/>
<suppress files=".*KubernetesDiscoveryClientFilterMetadataTest.*"
checks="LineLength*"/>
<suppress files=".*KubernetesDiscoveryClientFilterTest.*" checks="LineLength*"/>
<suppress files=".*PollingConfigurationChangeDetector.*" checks="LineLength*"/>
<suppress files=".*LeaderRecordWatcherTest.*" checks="LineLength*"/>
<suppress files=".*ConfigurationWatcherApplication\.java" checks="HideUtilityClassConstructor"/>
<suppress files=".*DiscoveryServerApplication\.java" checks="HideUtilityClassConstructor"/>
<suppress files=".*KubernetesConfigServerApplication\.java" checks="HideUtilityClassConstructor"/>
<suppress files=".*Fabric8ConfigContext\.java" checks="WhitespaceAround" />
<suppress files=".*TestsDiscovery\.java" checks="HideUtilityClassConstructor" />
</suppressions>