theforeman/foreman_remote_execution

View on GitHub
app/models/job_invocation.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class JobInvocation has 33 methods (exceeds 20 allowed). Consider refactoring.
Open

class JobInvocation < ApplicationRecord
  CACHE_PREFIX = "job_invocation".freeze

  audited :except => [:task_id, :targeting_id, :task_group_id, :triggering_id]

Severity: Minor
Found in app/models/job_invocation.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status