From dc5e21e1b8e4e499f9cfab2c606a1155a36cd3a2 Mon Sep 17 00:00:00 2001 From: Clay McCoy Date: Fri, 28 Jun 2019 13:32:15 -0700 Subject: [PATCH] Add link to Spring Cloud Build project to IntelliJ setup docs (#137) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This would have helped me when setting up Checkstyle in the Spring Cloud Config project. I think a lot of IJ users will skip to this section like I did and miss the fact that these files aren’t in the local repo. Otherwise the docs are great. --- docs/src/main/asciidoc/contributing.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/asciidoc/contributing.adoc b/docs/src/main/asciidoc/contributing.adoc index f4708f87..8b2db4cb 100644 --- a/docs/src/main/asciidoc/contributing.adoc +++ b/docs/src/main/asciidoc/contributing.adoc @@ -131,6 +131,7 @@ $ touch .springformat ==== Intellij IDEA In order to setup Intellij you should import our coding conventions, inspection profiles and set up the checkstyle plugin. +The following files can be found in the https://github.com/spring-cloud/spring-cloud-build/tree/master/spring-cloud-build-tools[Spring Cloud Build] project. .spring-cloud-build-tools/ ----