Browse Source

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
tags/4.1.0
Toshi MARUYAMA 4 years ago
parent
commit
dbb9abcccd
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      .rubocop_todo.yml

+ 4
- 1
.rubocop_todo.yml View File

@@ -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.

Loading…
Cancel
Save