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
This commit is contained in:
Toshi MARUYAMA
2019-10-17 17:02:01 +00:00
parent a8b7aa8299
commit dbb9abcccd

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.