Skip to content

Commit 33d9301

Browse files
committed
Bumping versions
1 parent 6c1bcd5 commit 33d9301

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

4040
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.
4242

4343
[[documentation]]
4444
== Documentation
@@ -212,7 +212,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju
212212

213213
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:
214214

215-
.projectRoot/src/checkstyle/checkstyle-suppresions.xml
215+
.projectRoot/src/checkstyle/checkstyle-suppressions.xml
216216
----
217217
<?xml version="1.0"?>
218218
<!DOCTYPE suppressions PUBLIC
@@ -226,10 +226,11 @@ If you need to suppress some rules (e.g. line length needs to be longer), then i
226226

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

229-
```bash
229+
[source,bash]
230+
----
230231
$ curl https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/.editorconfig -o .editorconfig
231232
$ touch .springformat
232-
```
233+
----
233234

234235
[[ide-setup]]
235236
== IDE setup

0 commit comments

Comments
 (0)