From 06200c9d3c047af8cfc5aae84ee9bdc8c61ad14c Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Thu, 20 Feb 2020 18:04:43 +0000 Subject: [PATCH] Add new cops (disabled) to rubocop config --- .rubocop_styleguide.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.rubocop_styleguide.yml b/.rubocop_styleguide.yml index 01067a59ce..9615d7b9ba 100644 --- a/.rubocop_styleguide.yml +++ b/.rubocop_styleguide.yml @@ -117,6 +117,15 @@ Style/FormatString: Enabled: false StyleGuide: http://relaxed.ruby.style/#styleformatstring +Style/HashEachMethods: + Enabled: false + +Style/HashTransformKeys: + Enabled: false + +Style/HashTransformValues: + Enabled: false + Style/IfUnlessModifier: Enabled: false StyleGuide: http://relaxed.ruby.style/#styleifunlessmodifier