Commit b0315600 authored by Andy Soiron's avatar Andy Soiron

Enable IdempotentWorker rubocop for Jira workers

parent 530f11a1
# frozen_string_literal: true
module JiraConnect
class SyncBranchWorker # rubocop:disable Scalability/IdempotentWorker
class SyncBranchWorker
include ApplicationWorker
sidekiq_options retry: 3
......
# frozen_string_literal: true
module JiraConnect
class SyncMergeRequestWorker # rubocop:disable Scalability/IdempotentWorker
class SyncMergeRequestWorker
include ApplicationWorker
sidekiq_options retry: 3
......
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