1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

M #-: Adjust rubocop cop

This commit is contained in:
Tino Vazquez 2020-01-22 19:14:58 +01:00
parent 17fe5108ab
commit b8138fddfa
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