ManageIQ/inventory_refresh

View on GitHub
lib/inventory_refresh/inventory_collection/builder.rb

Summary

Maintainability
B
4 hrs
Test Coverage
A
100%

Class Builder has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Builder
      class MissingModelClassError < StandardError; end

      def self.allowed_properties
        %i[
Severity: Minor
Found in lib/inventory_refresh/inventory_collection/builder.rb - About 3 hrs to fix

Method allowed_properties has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def self.allowed_properties
        %i[
          all_manager_uuids
          arel
          association
Severity: Minor
Found in lib/inventory_refresh/inventory_collection/builder.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status