From 81591ab84d0f60f0944a6d66255e230824126e0d Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Tue, 15 Mar 2022 02:08:30 -0400 Subject: [PATCH] Issue #11864: Enable UseOrEmpty rule for detekt --- config/detekt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/detekt.yml b/config/detekt.yml index f36015480ff..6a581b49488 100644 --- a/config/detekt.yml +++ b/config/detekt.yml @@ -613,7 +613,7 @@ style: UseIsNullOrEmpty: active: false UseOrEmpty: - active: false + active: true UseRequire: active: false UseRequireNotNull: