Added checkstyle rules
This commit is contained in:
17
src/checkstyle/checkstyle-suppressions.xml
Normal file
17
src/checkstyle/checkstyle-suppressions.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE suppressions PUBLIC
|
||||
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
||||
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
||||
<suppressions>
|
||||
<suppress
|
||||
files=".*ConsulAutoServiceRegistrationCustomizedManagementServicePortTests.*"
|
||||
checks="LineLengthCheck"/>
|
||||
<suppress files=".*ConsulDiscoveryClientDefaultQueryTagTests.*"
|
||||
checks="LineLengthCheck"/>
|
||||
<suppress files=".*ConsulDiscoveryClientHttpsTests.*" checks="LineLengthCheck"/>
|
||||
<suppress files=".*ConsulDiscoveryClientTests.*" checks="LineLengthCheck"/>
|
||||
<suppress files=".*ConsulAutoServiceRegistrationManagementCustomizerTests.*"
|
||||
checks="LineLengthCheck"/>
|
||||
<suppress files=".*ConsulConfigAutoConfiguration.*"
|
||||
checks="HideUtilityClassConstructorCheck"/>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user