Skip to content

Commit d65a843

Browse files
committed
Merge branch '1.5.x'
2 parents d5c3a8a + 2d99566 commit d65a843

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spring-boot-docs/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
</organization>
1818
<properties>
1919
<main.basedir>${basedir}/..</main.basedir>
20-
<disable.checks>true</disable.checks>
2120
</properties>
2221
<dependencies>
2322
<dependency>

spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<suppress files="[\\/]src[\\/]test[\\/]java[\\/]" checks="Javadoc*" />
1414
<suppress files="[\\/]autoconfigure[\\/]" checks="JavadocType" />
1515
<suppress files="[\\/]autoconfigure[\\/]" checks="JavadocVariable" />
16+
<suppress files="[\\/]spring-boot-docs[\\/]" checks="JavadocType" />
1617
<suppress files="[\\/]spring-boot-samples[\\/]" checks="JavadocType" />
1718
<suppress files="[\\/]spring-boot-deployment-tests[\\/]" checks="JavadocType" />
1819
<suppress files="[\\/]spring-boot-integration-tests[\\/]" checks="JavadocType" />

0 commit comments

Comments
 (0)