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

git-svn-id: http://svn.redmine.org/redmine/trunk@18792 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-22 11:30:05 +00:00
parent 360fb2bf43
commit cd922bb237
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ Layout/AlignArguments:
# Cop supports --auto-correct.
Layout/AlignArray:
Exclude:
- 'app/models/setting.rb'
- 'lib/redmine/default_data/loader.rb'
# Cop supports --auto-correct.