Restore checkstyle
Rather than disabling checkstyle altogether, this commit enables it again, relaxing the javadoc requirement only. See gh-7142
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
</organization>
|
</organization>
|
||||||
<properties>
|
<properties>
|
||||||
<main.basedir>${basedir}/..</main.basedir>
|
<main.basedir>${basedir}/..</main.basedir>
|
||||||
<disable.checks>true</disable.checks>
|
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
<suppress files="[\\/]src[\\/]test[\\/]java[\\/]" checks="Javadoc*" />
|
<suppress files="[\\/]src[\\/]test[\\/]java[\\/]" checks="Javadoc*" />
|
||||||
<suppress files="[\\/]autoconfigure[\\/]" checks="JavadocType" />
|
<suppress files="[\\/]autoconfigure[\\/]" checks="JavadocType" />
|
||||||
<suppress files="[\\/]autoconfigure[\\/]" checks="JavadocVariable" />
|
<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="JavadocType" />
|
||||||
<suppress files="[\\/]spring-boot-deployment-tests[\\/]" checks="JavadocType" />
|
<suppress files="[\\/]spring-boot-deployment-tests[\\/]" checks="JavadocType" />
|
||||||
<suppress files="[\\/]spring-boot-integration-tests[\\/]" checks="JavadocType" />
|
<suppress files="[\\/]spring-boot-integration-tests[\\/]" checks="JavadocType" />
|
||||||
|
|||||||
Reference in New Issue
Block a user