Polishing checkstyle

This commit is contained in:
Ryan Baxter
2019-02-26 20:24:00 -05:00
parent 6e0e63644b
commit 4ac6429152
3 changed files with 4 additions and 7 deletions

View File

@@ -12,8 +12,6 @@
<suppress files=".*LoadBalancerFeignClientOverrideTests.*" checks="LineLengthCheck" />
<suppress files=".*ProtobufSpringEncoderTest.*" checks="LineLengthCheck" />
<suppress files=".*ProtobufTest.*" checks="LineLengthCheck" />
<suppress files=".*FeignPageableEncodingTests.*" checks="LineLengthCheck" />
<suppress files=".*PageableEncoderTests.*" checks="LineLengthCheck" />
<!-- Important -->
<suppress files=".*HttpEncoding.*" checks="InterfaceIsTypeCheck" />
</suppressions>