Added build and target to skipped locations
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
<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=".*target.*" checks="[a-zA-Z0-9]*" />
|
||||
<suppress files=".*build.*" checks="[a-zA-Z0-9]*" />
|
||||
|
||||
<!-- Spring Cloud Netflix -->
|
||||
<suppress files=".*OkHttpRibbonResponse\.java" checks="IllegalImportCheck"/>
|
||||
<suppress files=".*RibbonApacheHttpResponse\.java" checks="IllegalImportCheck"/>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user