From 6b0474f489faa401d6f9f22f3ca3f4a9ab07c455 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Thu, 12 May 2022 10:24:50 +1000 Subject: [PATCH] chore: remove unsupported rubocop Lint/UselessElseWithoutRescue --- .rubocop.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 2a541a755..7400198fa 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -188,10 +188,6 @@ Lint/BinaryOperatorWithIdenticalOperands: Description: 'Checks for comparison of something with itself.' Enabled: true -Lint/UselessElseWithoutRescue: - Description: 'Checks for useless `else` in `begin..end` without `rescue`.' - Enabled: true - Lint/UselessSetterCall: Description: 'Checks for useless setter call to a local variable.' Enabled: true