We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff20b2 commit 923e47eCopy full SHA for 923e47e
src/checkstyle/checkstyle-suppressions.xml
@@ -15,6 +15,7 @@
15
<suppress files="[\\/]autoconfigure[\\/]" checks="JavadocVariable" />
16
<suppress files="[\\/]spring-boot-docs[\\/]" checks="JavadocType" />
17
<suppress files="[\\/]spring-boot-samples[\\/]" checks="JavadocType" />
18
+ <suppress files="[\\/]spring-boot-samples[\\/]" checks="ImportControl" />
19
<suppress files="[\\/]spring-boot-deployment-tests[\\/]" checks="JavadocType" />
20
<suppress files="[\\/]spring-boot-integration-tests[\\/]" checks="JavadocType" />
21
<suppress files="Ansi.*\.java" checks="JavadocVariable" />
0 commit comments