mirror of
https://github.com/meineerde/redmine.git
synced 2026-04-02 22:11: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:
parent
360fb2bf43
commit
cd922bb237
@ -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.
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user