From 76521f9186e3253e77281f9c2970e2e71c34fc39 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 7 Feb 2019 14:55:06 +0100 Subject: [PATCH] Fixed the order of checkstyles --- docs/src/main/asciidoc/README.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index 169b4bcc..d467a906 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -78,19 +78,19 @@ Checkstyle rules are *disabled by deafult*. To add checkstyle to your project ju <4> - org.apache.maven.plugins - maven-checkstyle-plugin - - <5> io.spring.javaformat spring-javaformat-maven-plugin + <5> + org.apache.maven.plugins + maven-checkstyle-plugin + - <4> + <5> org.apache.maven.plugins maven-checkstyle-plugin @@ -101,8 +101,8 @@ Checkstyle rules are *disabled by deafult*. To add checkstyle to your project ju <1> Fails the build upon Checkstyle errors <2> Fails the build upon Checkstyle violations <3> Checkstyle analyzes also the test sources -<4> Add checkstyle plugin to your build and reporting phases -<5> Add the Spring Java Format plugin that will reformat your code to pass most of the Checkstyle formatting rules +<4> Add the Spring Java Format plugin that will reformat your code to pass most of the Checkstyle formatting rules +<5> Add checkstyle plugin to your build and reporting phases 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: