From 8738afea8b2b2ed36ade07c396ad429e8f39a4fb Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 6 Jan 2017 15:31:14 +0000 Subject: [PATCH] README.md: update example usage --- README.md | 87 +++++++++++-------- builder/src/main/resources/README-template.md | 87 +++++++++++-------- 2 files changed, 98 insertions(+), 76 deletions(-) diff --git a/README.md b/README.md index d2d486f..81f8483 100644 --- a/README.md +++ b/README.md @@ -39,54 +39,65 @@ from the previous. ```` + 2.17 7.3 1.22.0 0.2.0 - + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven.checkstyle.plugin.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyle.version} + + + com.github.sevntu.checkstyle + sevntu-checkstyle-maven-plugin + ${sevntu-checkstyle-maven-plugin.version} + + + net.kemitix + kemitix-checkstyle-ruleset + ${kemitix-checkstyle-ruleset.version} + + + + net/kemitix/checkstyle-5-complexity.xml + + + + org.apache.maven.plugins maven-checkstyle-plugin - - - com.puppycrawl.tools - checkstyle - ${checkstyle.version} - - - com.github.sevntu.checkstyle - sevntu-checkstyle-maven-plugin - ${sevntu-checkstyle-maven-plugin.version} - - - net.kemitix - kemitix-checkstyle-ruleset - ${kemitix-checkstyle-ruleset.version} - - - - net/kemitix/checkstyle-5-complexity.xml - + + + validate + validate + + check + checkstyle + + + - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - validate - validate - - check - checkstyle - - - - - + + + + sevntu-maven + sevntu-maven + http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2 + + ```` ## All Checks diff --git a/builder/src/main/resources/README-template.md b/builder/src/main/resources/README-template.md index f4e2fc9..432c0db 100644 --- a/builder/src/main/resources/README-template.md +++ b/builder/src/main/resources/README-template.md @@ -39,54 +39,65 @@ from the previous. ```` + 2.17 7.3 1.22.0 0.2.0 - + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven.checkstyle.plugin.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyle.version} + + + com.github.sevntu.checkstyle + sevntu-checkstyle-maven-plugin + ${sevntu-checkstyle-maven-plugin.version} + + + net.kemitix + kemitix-checkstyle-ruleset + ${kemitix-checkstyle-ruleset.version} + + + + net/kemitix/checkstyle-5-complexity.xml + + + + org.apache.maven.plugins maven-checkstyle-plugin - - - com.puppycrawl.tools - checkstyle - ${checkstyle.version} - - - com.github.sevntu.checkstyle - sevntu-checkstyle-maven-plugin - ${sevntu-checkstyle-maven-plugin.version} - - - net.kemitix - kemitix-checkstyle-ruleset - ${kemitix-checkstyle-ruleset.version} - - - - net/kemitix/checkstyle-5-complexity.xml - + + + validate + validate + + check + checkstyle + + + - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - validate - validate - - check - checkstyle - - - - - + + + + sevntu-maven + sevntu-maven + http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2 + + ```` ## All Checks