mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
L #-: Changes for rubocop 0.80.0
(cherry picked from commit 81099ec297
)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user