1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

M #-: Adjust rubocop cop

(cherry picked from commit b8138fddfa)
This commit is contained in:
Tino Vazquez 2020-01-22 19:14:58 +01:00
parent 4c164d10cb
commit 9d734e02da
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -564,6 +564,10 @@ AllCops:
# LAYOUT
########
# Line Length config:
Layout/LineLength:
Max: 80
# Check indendation
Layout/IndentationWidth:
Width: 4
@ -741,10 +745,6 @@ Lint/Debugger:
Metrics/BlockLength:
Enabled: False
# Line Length config:
Metrics/LineLength:
Max: 80
Metrics/ModuleLength:
Enabled: False