Commit cc30a9f7 authored by Valery Sizov's avatar Valery Sizov

Fix rubocop[ci skip]

parent 858ec604
module Gitlab
module BitbucketImport
class Importer
LABELS = [{ title: 'bug', color: '#FF0000'},
{ title: 'enhancement', color: '#428BCA'},
{ title: 'proposal', color: '#69D100'},
{ title: 'task', color: '#7F8C8D'}].freeze
LABELS = [{ title: 'bug', color: '#FF0000' },
{ title: 'enhancement', color: '#428BCA' },
{ title: 'proposal', color: '#69D100' },
{ title: 'task', color: '#7F8C8D' }].freeze
attr_reader :project, :client
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment