diff --git a/lib/mutant/parallel.rb b/lib/mutant/parallel.rb index 6a05b87b1..c2ee1af7e 100644 --- a/lib/mutant/parallel.rb +++ b/lib/mutant/parallel.rb @@ -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( @@ -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) {