1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-04-03 06:21:39 +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. # Cop supports --auto-correct.
Layout/AlignArray: Layout/AlignArray:
Exclude: Exclude:
- 'app/models/setting.rb'
- 'lib/redmine/default_data/loader.rb' - 'lib/redmine/default_data/loader.rb'
# Cop supports --auto-correct. # Cop supports --auto-correct.

View File

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