From 2e1404ffa4f80eb8cebb620859a706382a1558c8 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 5 Jan 2017 09:47:31 +0000 Subject: [PATCH] builder:README.header.md: update with levels --- builder/src/main/resources/readme/README.header.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/builder/src/main/resources/readme/README.header.md b/builder/src/main/resources/readme/README.header.md index c39e0f4..2219752 100644 --- a/builder/src/main/resources/readme/README.header.md +++ b/builder/src/main/resources/readme/README.header.md @@ -26,6 +26,17 @@ To use this ruleset in your `maven-checkstyle-plugin` configuration add `checkst You need to include `checkstyle` as the version bundled with the `maven-checkstyle-plugin` is not up-to-date enough. +Select the `configLocation` for the level of strictness required: + +* checkstyle-1-layout.xml +* checkstyle-2-naming.xml +* checkstyle-3-javadoc.xml +* checkstyle-4-tweaks.xml +* checkstyle-5-complexity.xml + +Only specify a single `configLocation` as each increasing level includes all the rules +from the previous. + ```` 7.0 @@ -55,7 +66,7 @@ You need to include `checkstyle` as the version bundled with the `maven-checksty - net/kemitix/checkstyle.xml + net/kemitix/checkstyle-5-complexity.xml