From 3e56e1bd64b781556cf3042419e9b754ef62c471 Mon Sep 17 00:00:00 2001 From: Herbert Reiter <46045854+damoasda@users.noreply.github.com> Date: Mon, 14 Dec 2020 23:07:44 +0100 Subject: [PATCH] Add Checkstyle rule to check for unused imports --- config/checkstyle/checkstyle-new-code.xml | 1 + config/checkstyle/checkstyle.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/checkstyle/checkstyle-new-code.xml b/config/checkstyle/checkstyle-new-code.xml index cb2129a60..3bb35f2cc 100644 --- a/config/checkstyle/checkstyle-new-code.xml +++ b/config/checkstyle/checkstyle-new-code.xml @@ -34,6 +34,7 @@ + diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index d36c1585a..e23962381 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -26,6 +26,7 @@ +