mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
Add checkstyle suppressions for illegal imports necessary for some Netflix types.
This commit is contained in:
@@ -7,4 +7,6 @@
|
||||
<suppress files=".*samples.*" checks="(Javadoc*|HideUtility*)" />
|
||||
<suppress files="(.*Tests\.java|.*Tests\.groovy)" checks="Javadoc*" />
|
||||
<suppress files="generated-sources" checks="[a-zA-Z0-9]*" />
|
||||
<suppress files=".*OkHttpRibbonResponse\.java" checks="IllegalImportCheck"/>
|
||||
<suppress files=".*RibbonApacheHttpResponse\.java" checks="IllegalImportCheck"/>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user