1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-12 08:58:17 +03:00

L #-: Disable new cops

(cherry picked from commit b09ec804054518a34a2cb6a3999b55f299080f6d)
This commit is contained in:
Tino Vazquez 2022-06-27 11:56:47 +02:00
parent 37b01901fd
commit 4c9df57a68

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
########