1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-29 09:49:28 +03:00

L #-: Adjust for rubocop 0.84.0

(cherry picked from commit 9f35ff792a0beb3d268895c3a8c360ac1fdf99a7)
This commit is contained in:
Tino Vazquez
2020-05-21 11:13:26 +02:00
parent a349359692
commit 4b298db778

View File

@ -578,12 +578,6 @@ AllCops:
# LAYOUT # LAYOUT
######## ########
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
# Line Length config: # Line Length config:
Layout/LineLength: Layout/LineLength:
Max: 80 Max: 80
@ -741,6 +735,15 @@ Style/SlicingWithRange:
# LINT # LINT
###### ######
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
Lint/DeprecatedOpenSSLConstant:
Enabled: true
# check duplicate X: # check duplicate X:
Lint/DuplicateCaseCondition: Lint/DuplicateCaseCondition:
Enabled: true Enabled: true