From 226714404cb6cf8af7aba9a5374897a3b7e36cde Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Fri, 24 May 2024 16:58:24 +0300 Subject: [PATCH] Better cop rename examples --- docs/modules/ROOT/pages/development.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/development.adoc b/docs/modules/ROOT/pages/development.adoc index db3fe98..3cfe791 100644 --- a/docs/modules/ROOT/pages/development.adoc +++ b/docs/modules/ROOT/pages/development.adoc @@ -40,6 +40,6 @@ Use the following rules to give the new cop a name: * Lines with no symbols are called "empty", not "blank", e.g. `LeadingEmptyLines` instead of `LeadingBlankLines` * Prefer "redundant" to "unneeded", e.g. `RedundantSelf` instead of `UnneededSelf` -See the https://github.com/rubocop/rubocop-rspec/blob/dad11fc2d341f88d395b7196f78c7ba67fcb4c17/config/obsoletion.yml["renamed" section of `config/obsoletion.yml`] +See the https://github.com/rubocop/rubocop/blob/12fd014e255617a08b7b42aa5df0745e7382af88/config/obsoletion.yml#L4["renamed" section of `config/obsoletion.yml`] for good and bad examples (old name is on the left, new name on the right).