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:
parent
17fe5108ab
commit
b8138fddfa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user