Skip to content

Commit bf67191

Browse files
committed
Bumping versions
1 parent 62e5a25 commit bf67191

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
@@ -45,7 +45,7 @@ build succeed, please raise a ticket to get the settings added to
4545
source control.
4646

4747
The projects that require middleware (i.e. Redis) for testing generally
48-
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
48+
require that a local instance of https://www.docker.com/get-started[Docker] is installed and running.
4949

5050
[[documentation]]
5151
== Documentation
@@ -218,7 +218,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju
218218

219219
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:
220220

221-
.projectRoot/src/checkstyle/checkstyle-suppresions.xml
221+
.projectRoot/src/checkstyle/checkstyle-suppressions.xml
222222
----
223223
<?xml version="1.0"?>
224224
<!DOCTYPE suppressions PUBLIC
@@ -232,10 +232,11 @@ If you need to suppress some rules (e.g. line length needs to be longer), then i
232232

233233
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:
234234

235-
```bash
235+
[source,bash]
236+
----
236237
$ curl https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/.editorconfig -o .editorconfig
237238
$ touch .springformat
238-
```
239+
----
239240

240241
[[ide-setup]]
241242
== IDE setup

0 commit comments

Comments
 (0)