From 19a7c7fd0fb22500a878b618960562c12b1f58e5 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 22 Nov 2020 13:44:22 +0000 Subject: [PATCH] add Layout/EmptyLinesAroundAccessModifier excluding files to .rubocop.yml git-svn-id: http://svn.redmine.org/redmine/trunk@20485 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 4dd2845ef..eabc36533 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -32,6 +32,11 @@ Layout/CaseIndentation: Exclude: - 'config/initializers/10-patches.rb' +Layout/EmptyLinesAroundAccessModifier: + Enabled: true + Exclude: + - 'config/initializers/10-patches.rb' + Layout/EmptyLineBetweenDefs: AllowAdjacentOneLineDefs: true