Skip to content

Commit 923e47e

Browse files
committed
Exclude ImportControl checkstyle rule from samples
See gh-14660
1 parent 3ff20b2 commit 923e47e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/checkstyle/checkstyle-suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<suppress files="[\\/]autoconfigure[\\/]" checks="JavadocVariable" />
1616
<suppress files="[\\/]spring-boot-docs[\\/]" checks="JavadocType" />
1717
<suppress files="[\\/]spring-boot-samples[\\/]" checks="JavadocType" />
18+
<suppress files="[\\/]spring-boot-samples[\\/]" checks="ImportControl" />
1819
<suppress files="[\\/]spring-boot-deployment-tests[\\/]" checks="JavadocType" />
1920
<suppress files="[\\/]spring-boot-integration-tests[\\/]" checks="JavadocType" />
2021
<suppress files="Ansi.*\.java" checks="JavadocVariable" />

0 commit comments

Comments
 (0)