Skip to content

Commit 00a10bc

Browse files
committed
Restore checkstyle
Rather than disabling checkstyle altogether, this commit enables it again, relaxing the javadoc requirement only. See gh-7142
1 parent 11cad9e commit 00a10bc

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)