1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

L #-: Changes for rubocop 0.80.0

(cherry picked from commit 81099ec2972b040ea37dda22d5f8f1d01d7b9129)
This commit is contained in:
Tino Vazquez 2020-02-19 18:41:30 +01:00
parent 9986eee7b4
commit 22f9b49ec4
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -601,9 +601,6 @@ Style/StringLiterals:
Style/SignalException:
EnforcedStyle: only_raise
Style/BracesAroundHashParameters:
EnforcedStyle: context_dependent
Style/ConditionalAssignment:
EnforcedStyle: assign_inside_condition
@ -673,6 +670,15 @@ Style/SymbolProc:
Style/StderrPuts:
Enabled: false
Style/HashEachMethods:
Enabled: false
Style/HashTransformKeys:
Enabled: false
Style/HashTransformValues:
Enabled: false
#This breaks Ruby 1.9
Style/SymbolArray:
EnforcedStyle: brackets