rubocop: remove app/helpers/application_helper.rb from Layout/ElseAlignment fixed by previous revisions

git-svn-id: http://svn.redmine.org/redmine/trunk@18666 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-14 17:48:02 +00:00
parent 039f13d650
commit 36e9cd2276

View File

@@ -113,7 +113,6 @@ Layout/DotPosition:
# Cop supports --auto-correct.
Layout/ElseAlignment:
Exclude:
- 'app/helpers/application_helper.rb'
- 'app/helpers/attachments_helper.rb'
- 'app/helpers/queries_helper.rb'
- 'app/models/issue_query.rb'