From d716b93bac9c7fba5135ad861034afc10095d980 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 22 Mar 2019 20:01:31 +0100 Subject: [PATCH] Enable spotbugs in ietf-type-util This is just a trivial flipping of the switch. Change-Id: I916c22fee0dd9049359a044be1ee3cb6a4b673fe Signed-off-by: Robert Varga --- model/ietf/ietf-type-util/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/model/ietf/ietf-type-util/pom.xml b/model/ietf/ietf-type-util/pom.xml index b4e855a088..0b587ea26e 100644 --- a/model/ietf/ietf-type-util/pom.xml +++ b/model/ietf/ietf-type-util/pom.xml @@ -54,6 +54,13 @@ checkstyle.violationSeverity=error + + com.github.spotbugs + spotbugs-maven-plugin + + true + + -- 2.36.6