code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_import.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18668 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-14 18:11:33 +00:00
parent 3e3cf4d993
commit 799a7091c5
2 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,6 @@ Layout/BlockEndNewline:
# SupportedStyles: case, end
Layout/CaseIndentation:
Exclude:
- 'app/models/issue_import.rb'
- 'app/models/issue_priority.rb'
- 'app/models/issue_query.rb'
- 'config/initializers/10-patches.rb'