From dbb9abcccda94b09cc9e0ac2aa7f3bb4755c0b9a Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 17 Oct 2019 17:02:01 +0000 Subject: [PATCH] rubocop: add detected Layout/EndAlignment files to .rubocop_todo.yml git-svn-id: http://svn.redmine.org/redmine/trunk@18729 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 74c612559..dd459a9e2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -165,7 +165,10 @@ Layout/EmptyLinesAroundModuleBody: # Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity. # SupportedStylesAlignWith: keyword, variable, start_of_line Layout/EndAlignment: - Enabled: false + Exclude: + - 'app/helpers/repositories_helper.rb' + - 'app/helpers/versions_helper.rb' + - 'lib/redmine/export/pdf/issues_pdf_helper.rb' # Cop supports --auto-correct. # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment. -- 2.39.5