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.