lib/rmt/scc.rb

Summary

Maintainability
A
35 mins
Test Coverage

Method sync_systems has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  def sync_systems
    if Settings.scc.sync_systems == false
      @logger.warn _('Syncing systems to SCC is disabled by the configuration file, exiting.')
      return
    end
Severity: Minor
Found in lib/rmt/scc.rb - About 1 hr to fix

    Method create_product has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def create_product(item, root_product_id = nil, base_product = nil, recommended = false, migration_extra = false)
    Severity: Minor
    Found in lib/rmt/scc.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status