Skip to content

Commit 408c03a

Browse files
committed
Bumping versions
1 parent ddfe818 commit 408c03a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju
143143

144144
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:
145145

146-
.projectRoot/src/checkstyle/checkstyle-suppresions.xml
146+
.projectRoot/src/checkstyle/checkstyle-suppressions.xml
147147
----
148148
<?xml version="1.0"?>
149149
<!DOCTYPE suppressions PUBLIC
@@ -157,10 +157,11 @@ If you need to suppress some rules (e.g. line length needs to be longer), then i
157157

158158
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:
159159

160-
```bash
160+
[source,bash]
161+
----
161162
$ curl https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/.editorconfig -o .editorconfig
162163
$ touch .springformat
163-
```
164+
----
164165

165166
[[ide-setup]]
166167
== IDE setup

0 commit comments

Comments
 (0)