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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ build succeed, please raise a ticket to get the settings added to
38
38
source control.
39
39
40
40
The projects that require middleware (i.e. Redis) for testing generally
41
-
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
41
+
require that a local instance of https://www.docker.com/get-started[Docker] is installed and running.
42
42
43
43
[[documentation]]
44
44
== Documentation
@@ -212,7 +212,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju
212
212
213
213
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:
@@ -226,10 +226,11 @@ If you need to suppress some rules (e.g. line length needs to be longer), then i
226
226
227
227
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