Setting 'Enabled: false' for the new cops of Rubocop

This commit is contained in:
Pedro Paiva 2020-05-01 17:27:49 -03:00 committed by Samuel Williams
parent cd63e175c3
commit 5c69a73333
1 changed files with 20 additions and 0 deletions

View File

@ -8,6 +8,9 @@ Layout/HashAlignment:
Layout/LineLength:
Max: 128
Layout/SpaceAroundMethodCallOperator:
Enabled: false
Layout/SpaceInsideBlockBraces:
Enabled: false
@ -24,6 +27,11 @@ Lint/SuppressedException:
Lint/Loop:
Enabled: false
Lint/RaiseException:
Enabled: false
Lint/StructNewOverride:
Enabled: false
#
# Metrics
#
@ -52,6 +60,9 @@ Metrics/PerceivedComplexity:
# Style
#
Style/ExponentialNotation:
Enabled: false
Style/FormatStringToken:
Enabled: false
@ -61,6 +72,15 @@ Style/FrozenStringLiteralComment:
Style/GlobalVars:
Enabled: false
Style/HashEachMethods:
Enabled: false
Style/HashTransformKeys:
Enabled: false
Style/HashTransformValues:
Enabled: false
Style/NumericPredicate:
Enabled: false