From 4c9df57a680da48c6e36bb15c800db8748db9874 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Mon, 27 Jun 2022 11:56:47 +0200 Subject: [PATCH] L #-: Disable new cops (cherry picked from commit b09ec804054518a34a2cb6a3999b55f299080f6d) --- share/linters/.rubocop.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/share/linters/.rubocop.yml b/share/linters/.rubocop.yml index 6d3d7ce91c..4f3e1c9a4b 100644 --- a/share/linters/.rubocop.yml +++ b/share/linters/.rubocop.yml @@ -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 ########