nickelser/activejob-traffic_control

View on GitHub
lib/active_job/traffic_control/concurrency.rb

Summary

Maintainability
A
0 mins
Test Coverage

Block has too many lines. [26/25]
Open

      included do
        include ActiveJob::TrafficControl::Base

        class_attribute :job_concurrency, instance_accessor: false

This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.

There are no issues that match your filters.

Category
Status