From d30651331922db62cd13371e79a42bfb39102fea Mon Sep 17 00:00:00 2001
From: Xiang Rong Lin <41164160+XiangRongLin@users.noreply.github.com>
Date: Sun, 16 Aug 2020 08:42:56 +0200
Subject: [PATCH] Add checkstyle rule to show final local variable violations
as warning
---
checkstyle.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/checkstyle.xml b/checkstyle.xml
index c61b92247..af8c5480f 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -154,6 +154,10 @@
+
+
+
+