1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-30 12:19:38 +00:00

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.

View File

@ -43,7 +43,7 @@ class Setting < ActiveRecord::Base
'%I:%M %p'
]
ENCODINGS = %w(US-ASCII
ENCODINGS = %w(US-ASCII
windows-1250
windows-1251
windows-1252