checkstyle rules applied to pageable support

This commit is contained in:
charliemordant
2019-02-10 18:53:59 +01:00
parent f8352de786
commit 6e0e63644b
12 changed files with 297 additions and 287 deletions

View File

@@ -12,7 +12,8 @@
<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>