Merge pull request #4814 from luisramos0/rubop_rules

Add new cops (disabled) to rubocop config
This commit is contained in:
Pau Pérez Fabregat
2020-02-28 11:15:34 +01:00
committed by GitHub

View File

@@ -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