From 31a59c8cb6157d0cbff10a44ddfa29c8f09f9fd4 Mon Sep 17 00:00:00 2001 From: Jussi Virtanen Date: Mon, 23 Oct 2023 18:58:51 +0200 Subject: [PATCH] checkstyle: Check for unused local variables --- checkstyle.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/checkstyle.xml b/checkstyle.xml index 2cc8ce1..d4f9fc3 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -52,6 +52,9 @@ + + +