cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/setting.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19248 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-24 12:57:50 +00:00
parent 17e05f3590
commit 404f2fb54d
2 changed files with 17 additions and 14 deletions

View File

@@ -149,7 +149,6 @@ Layout/IndentFirstArgument:
# SupportedStyles: special_inside_parentheses, consistent, align_brackets
Layout/IndentFirstArrayElement:
Exclude:
- 'app/models/setting.rb'
- 'lib/redmine/nested_set/issue_nested_set.rb'
- 'lib/redmine/nested_set/project_nested_set.rb'
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'