From 77f896523f2065b1da1be21545155a29edea5122 Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Tue, 27 Nov 2018 13:04:48 +0100 Subject: Bump checkstyle version - changed plugin invocation due to backwards incompatible changes made in detekt's RC9 version - disabled few rules that we actually don't follow in our code and we seem to be fine with it - turned on UnusedPrivateMember as it actually is a code smell/debt - supressed warnings in where it was plausible (according to common sense) - fixed warnings wherever possible Change-Id: I7be97f471ff46786ef1fca3432b759e7820ac681 Issue-ID: DCAEGEN2-996 Signed-off-by: Filip Krzywka --- pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 71a754cd..2381a608 100644 --- a/pom.xml +++ b/pom.xml @@ -324,10 +324,8 @@ - - - - + + @@ -339,7 +337,7 @@ io.gitlab.arturbosch.detekt detekt-cli - 1.0.0.RC7 + 1.0.0-RC11 ${project.groupId} -- cgit 1.2.3-korg