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:
parent
9986eee7b4
commit
22f9b49ec4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user