From 52e5f7c06631f7e0d0e51f5690a012347140f6b9 Mon Sep 17 00:00:00 2001 From: andreydeineko Date: Tue, 18 Feb 2020 19:09:30 +0200 Subject: [PATCH] Remove obsolete cop: https://github.com/rubocop-hq/rubocop/issues/7641 --- ruby/.rubocop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruby/.rubocop.yml b/ruby/.rubocop.yml index 306c36c..9e59ba2 100644 --- a/ruby/.rubocop.yml +++ b/ruby/.rubocop.yml @@ -24,8 +24,6 @@ Style/AsciiComments: Enabled: false Style/BarePercentLiterals: Enabled: false -Style/BracesAroundHashParameters: - Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/ClassCheck: