cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/helpers/projects_helper.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19050 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-09 17:57:35 +00:00
parent 82c0eaadc3
commit 2738389fbd
2 changed files with 22 additions and 11 deletions

View File

@@ -153,7 +153,6 @@ Layout/IndentationWidth:
# SupportedStyles: symmetrical, new_line, same_line
Layout/MultilineArrayBraceLayout:
Exclude:
- 'app/helpers/projects_helper.rb'
- 'app/helpers/settings_helper.rb'
- 'app/helpers/users_helper.rb'