From 6858355131516ecd4e32e233757e0dda3e17ecaa Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Fri, 1 Dec 2023 10:53:55 +0100 Subject: [PATCH] Remove deprecated `UnnecessarySubstring` rule https://github.com/CodeNarc/CodeNarc/issues/656 --- core/config/codenarc/rules.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/core/config/codenarc/rules.groovy b/core/config/codenarc/rules.groovy index ea763669..6afd8400 100644 --- a/core/config/codenarc/rules.groovy +++ b/core/config/codenarc/rules.groovy @@ -359,7 +359,6 @@ ruleset { UnnecessarySelfAssignment UnnecessarySemicolon UnnecessaryStringInstantiation - UnnecessarySubstring UnnecessaryTernaryExpression UnnecessaryToString UnnecessaryTransientModifier