From 7e4f55759195fcf9af4ce97866ab0138843ae67b Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 17 Mar 2021 13:30:32 +0000 Subject: [PATCH] Disable RuboCop Layout/DotPosition for now. git-svn-id: http://svn.redmine.org/redmine/trunk@20810 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ac08af08a..5e4e7035c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,6 +6,12 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle. +# SupportedStyles: leading, trailing +Layout/DotPosition: + Enabled: false + # Cop supports --auto-correct. Layout/EmptyLineAfterGuardClause: Exclude: -- 2.39.5