From 957cbad9df3896b9e1c162648c854c80b7d60d71 Mon Sep 17 00:00:00 2001 From: Jussi Virtanen Date: Mon, 23 Oct 2023 18:54:10 +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 7f45fe8..390a9d5 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -52,6 +52,9 @@ + + +