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:
parent
a349359692
commit
4b298db778
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user