mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-25 06:03:36 +03:00
M #-: Adjust rubocop cop
This commit is contained in:
parent
17fe5108ab
commit
b8138fddfa
@ -564,6 +564,10 @@ AllCops:
|
|||||||
# LAYOUT
|
# LAYOUT
|
||||||
########
|
########
|
||||||
|
|
||||||
|
# Line Length config:
|
||||||
|
Layout/LineLength:
|
||||||
|
Max: 80
|
||||||
|
|
||||||
# Check indendation
|
# Check indendation
|
||||||
Layout/IndentationWidth:
|
Layout/IndentationWidth:
|
||||||
Width: 4
|
Width: 4
|
||||||
@ -741,10 +745,6 @@ Lint/Debugger:
|
|||||||
Metrics/BlockLength:
|
Metrics/BlockLength:
|
||||||
Enabled: False
|
Enabled: False
|
||||||
|
|
||||||
# Line Length config:
|
|
||||||
Metrics/LineLength:
|
|
||||||
Max: 80
|
|
||||||
|
|
||||||
Metrics/ModuleLength:
|
Metrics/ModuleLength:
|
||||||
Enabled: False
|
Enabled: False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user