From a565bc60533c29489afad5fb9ec4bced250a508b Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 22 Mar 2019 09:50:28 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-build.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud-build.html b/spring-cloud-build.html index 869267dc..0857ce1c 100644 --- a/spring-cloud-build.html +++ b/spring-cloud-build.html @@ -206,7 +206,7 @@ you can import formatter settings using the eclipse-code-formatter.xml file from the Spring Cloud Build project. If using IntelliJ, you can use the -Eclipse Code Formatter +Eclipse Code Formatter Plugin to import the same file.

  • @@ -233,7 +233,7 @@ than cosmetic changes).

    other target branch in the main project).

  • -

    When writing a commit message please follow these conventions, +

    When writing a commit message please follow these conventions, if you are fixing an existing issue please add Fixes gh-XXXX at the end of the commit message (where XXXX is the issue number).

  • @@ -345,7 +345,7 @@ message (where XXXX is the issue number).

    <?xml version="1.0"?>
     <!DOCTYPE suppressions PUBLIC
     		"-//Puppy Crawl//DTD Suppressions 1.1//EN"
    -		"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
    +		"https://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
     <suppressions>
     	<suppress files=".*ConfigServerApplication\.java" checks="HideUtilityClassConstructor"/>
     	<suppress files=".*ConfigClientWatch\.java" checks="LineLengthCheck"/>