From 5afa4b77c637a9012e92ad0f54f3e5a692892ad7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:52:55 +0000 Subject: [PATCH] .rubocop.yml: update to match main configuration --- .rubocop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index ffe20999..c16409e5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -186,8 +186,6 @@ Style/RescueStandardError: EnforcedStyle: implicit Style/ReturnNil: Enabled: true -Style/SendWithLiteralMethodName: - Enabled: false Style/StderrPuts: Enabled: false Style/StringConcatenation: