Skip to content

Commit 48c6021

Browse files
committed
Bumping versions
1 parent 17ea114 commit 48c6021

File tree

2 files changed

+5
-190
lines changed

2 files changed

+5
-190
lines changed

README.adoc

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

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

6060
[[documentation]]
6161
== Documentation
@@ -228,7 +228,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju
228228

229229
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:
230230

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

243243
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:
244244

245-
```bash
245+
[source,bash]
246+
----
246247
$ curl https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/.editorconfig -o .editorconfig
247248
$ touch .springformat
248-
```
249+
----
249250

250251
[[ide-setup]]
251252
== IDE setup

0 commit comments

Comments
 (0)