Skip to content

Commit 26269c9

Browse files
committed
Bumping versions
1 parent 91d7a9f commit 26269c9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ build succeed, please raise a ticket to get the settings added to
5151
source control.
5252

5353
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.
5555

5656
[[documentation]]
5757
== Documentation
@@ -225,7 +225,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju
225225

226226
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:
227227

228-
.projectRoot/src/checkstyle/checkstyle-suppresions.xml
228+
.projectRoot/src/checkstyle/checkstyle-suppressions.xml
229229
----
230230
<?xml version="1.0"?>
231231
<!DOCTYPE suppressions PUBLIC
@@ -239,10 +239,11 @@ If you need to suppress some rules (e.g. line length needs to be longer), then i
239239

240240
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:
241241

242-
```bash
242+
[source,bash]
243+
----
243244
$ curl https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/.editorconfig -o .editorconfig
244245
$ touch .springformat
245-
```
246+
----
246247

247248
[[ide-setup]]
248249
== IDE setup

0 commit comments

Comments
 (0)