1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

L #-: Disable new cops

This commit is contained in:
Tino Vazquez 2022-06-27 11:56:47 +02:00
parent b1762c8e7d
commit b09ec80405

View File

@ -559,6 +559,12 @@ Layout/MultilineOperationIndentation:
Layout/LineEndStringConcatenationIndentation:
Enabled: false
Layout/LineContinuationSpacing:
Enabled: false
Layout/LineContinuationLeadingSpace:
Enabled: false
#######
# STYLE
#######
@ -914,6 +920,9 @@ Lint/UnmodifiedReduceAccumulator:
Lint/AmbiguousOperatorPrecedence:
Enabled: false
Lint/NonAtomicFileOperation:
Enabled: false
#########
# METRICS
########