1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-03 13:47:01 +03:00

L #-: Enable two new rubocop checks

No impact in current code base
This commit is contained in:
Tino Vazquez 2020-04-06 16:53:03 +02:00
parent e658320cb5
commit 6000826434
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -569,6 +569,12 @@ AllCops:
# LAYOUT
########
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
# Line Length config:
Layout/LineLength:
Max: 80