Exclude ImportControl checkstyle rule from samples
See gh-14660
This commit is contained in:
parent
3ff20b2440
commit
923e47e978
|
|
@ -15,6 +15,7 @@
|
|||
<suppress files="[\\/]autoconfigure[\\/]" checks="JavadocVariable" />
|
||||
<suppress files="[\\/]spring-boot-docs[\\/]" checks="JavadocType" />
|
||||
<suppress files="[\\/]spring-boot-samples[\\/]" checks="JavadocType" />
|
||||
<suppress files="[\\/]spring-boot-samples[\\/]" checks="ImportControl" />
|
||||
<suppress files="[\\/]spring-boot-deployment-tests[\\/]" checks="JavadocType" />
|
||||
<suppress files="[\\/]spring-boot-integration-tests[\\/]" checks="JavadocType" />
|
||||
<suppress files="Ansi.*\.java" checks="JavadocVariable" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue