You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ build succeed, please raise a ticket to get the settings added to
51
51
source control.
52
52
53
53
The projects that require middleware (i.e. Redis) for testing generally
54
-
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
54
+
require that a local instance of https://www.docker.com/get-started[Docker] is installed and running.
55
55
56
56
[[documentation]]
57
57
== Documentation
@@ -225,7 +225,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju
225
225
226
226
If you need to suppress some rules (e.g. line length needs to be longer), then it's enough for you to define a file under `${project.root}/src/checkstyle/checkstyle-suppressions.xml` with your suppressions. Example:
@@ -239,10 +239,11 @@ If you need to suppress some rules (e.g. line length needs to be longer), then i
239
239
240
240
It's advisable to copy the `${spring-cloud-build.rootFolder}/.editorconfig` and `${spring-cloud-build.rootFolder}/.springformat` to your project. That way, some default formatting rules will be applied. You can do so by running this script:
0 commit comments