Skip to content

Commit

Permalink
Fix rubocop namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Mar 14, 2024
1 parent 7d74a37 commit 9037c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mutant/parallel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def self.async(config:, world:)
)
end

# rubocop:disable Metric/MethodLength
# rubocop:disable Metrics/MethodLength
def self.workers(world, config, shared)
Array.new(config.jobs) do |index|
Worker.start(
Expand All @@ -38,7 +38,7 @@ def self.workers(world, config, shared)
end
end
private_class_method :workers
# rubocop:enable Metric/MethodLength
# rubocop:enable Metrics/MethodLength

def self.shared_state(world, config)
{
Expand Down

0 comments on commit 9037c50

Please sign in to comment.