From 662d8935b0a4c16ce55957663cd48068466b43a6 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 17 Dec 2020 13:09:58 +0000 Subject: [PATCH] add Layout/DotPosition to .rubocop.yml git-svn-id: http://svn.redmine.org/redmine/trunk@20655 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index f49abcb47..59092951f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -37,6 +37,10 @@ Layout/ClosingParenthesisIndentation: Exclude: - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' +Layout/DotPosition: + Enabled: true + EnforcedStyle: trailing + Layout/EmptyLinesAroundAccessModifier: Enabled: true Exclude: -- 2.39.5