From bfa6181ee13c2e5fe472e424407cb8df49906774 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Fri, 31 May 2024 11:37:31 -0700 Subject: [PATCH] rubocop: enable Style/SendWithLiteralMethodName Signed-off-by: Patrick Linnane --- Library/.rubocop.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 05f29c759b..0c810a3466 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -406,11 +406,6 @@ Style/RescueStandardError: Style/ReturnNil: Enabled: true -# Broken with rubocop-1.64.0, tries to autocorrect calls to e.g. :"1?" -# TODO: report to rubocop -Style/SendWithLiteralMethodName: - Enabled: false - # We have no use for using `warn` because we # are calling Ruby with warnings disabled. Style/StderrPuts: