From bfca89519f375bd1d9621ef49d5ef416e200ca69 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 17 Dec 2020 13:10:40 +0000 Subject: [PATCH] add Layout/FirstHashElementIndentation to .rubocop.yml git-svn-id: http://svn.redmine.org/redmine/trunk@20660 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index ac3a5d9a1..11469004f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -49,6 +49,11 @@ Layout/EmptyLinesAroundAccessModifier: Layout/EmptyLineBetweenDefs: AllowAdjacentOneLineDefs: true +Layout/FirstHashElementIndentation: + Enabled: true + Exclude: + - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' + Layout/LineLength: Enabled: true IgnoredPatterns: ['\A\s+test \".+\" do\z', '\A\s*\#'] -- 2.39.5