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

L #-: Update rubocop config file for 0.82.0

This commit is contained in:
Tino Vazquez 2020-04-20 18:41:27 +02:00
parent 0266e25f97
commit 8b34f35896
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -618,6 +618,9 @@ Layout/HashAlignment:
Layout/SpaceAroundOperators:
Enabled: false
Layout/SpaceAroundMethodCallOperator:
Enabled: true
###
#######
@ -727,6 +730,10 @@ Style/FloatDivision:
Style/RedundantBegin:
Enabled: false
Style/ExponentialNotation:
Enabled: true
######
# LINT
######