From 63780e3f7c43a29e4831e44f591fbe76f3a00008 Mon Sep 17 00:00:00 2001 From: ljacqu Date: Sun, 21 Aug 2022 01:12:57 +0200 Subject: [PATCH] Add Checkstyle rule to disallow toLowerCase() and toUpperCase() without Locale (#2606) --- .checkstyle.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.checkstyle.xml b/.checkstyle.xml index dc14b095..0d4cb9a2 100644 --- a/.checkstyle.xml +++ b/.checkstyle.xml @@ -192,6 +192,12 @@ + + + + + +