From: Robert Varga Date: Tue, 12 Sep 2017 18:38:11 +0000 (+0200) Subject: Fix checkstyle in yang-parser-spi X-Git-Tag: v2.0.0~240 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=5885e041c56a454801ca41a94bc1489c7fa15111;p=yangtools.git Fix checkstyle in yang-parser-spi This is public contract, clean up checkstyle issues and expand documentation a bit. Change-Id: Iead665f037bb0396bd0ff294d54c427a0e82168c Signed-off-by: Robert Varga --- diff --git a/yang/yang-parser-spi/pom.xml b/yang/yang-parser-spi/pom.xml index 4e6b17a4a2..a8733c1ab4 100644 --- a/yang/yang-parser-spi/pom.xml +++ b/yang/yang-parser-spi/pom.xml @@ -51,6 +51,18 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + +