1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-13 13:17:39 +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
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

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