From 812119f6734fb6d24b70a5352770faa2e9f29d2e Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 19 Feb 2020 13:43:45 -0500 Subject: [PATCH] This rule was removed from Rubocop due to different behavior in Ruby 3. See: https://github.com/rubocop-hq/rubocop/issues/7641 --- .rubocop.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0a15cd98e3..1e682c1045 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -19,11 +19,6 @@ Style/AndOr: Style/FrozenStringLiteralComment: Enabled: true -# Do not use braces for hash literals when they are the last argument of a -# method call. -Style/BracesAroundHashParameters: - Enabled: true - # Align `when` with `case`. Layout/CaseIndentation: Enabled: true