Commit b0c6b6aa authored by Nick Thomas's avatar Nick Thomas

Merge branch 'enable-idempotent-worker-rubocop-for-jira-connect-workers' into 'master'

Enable IdempotentWorker rubocop for Jira workers

See merge request gitlab-org/gitlab!61941
parents a7b0c58a b0315600
# 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