puppetlabs/facter

View on GitHub
lib/facter/custom_facts/util/collection.rb

Summary

Maintainability
A
2 hrs
Test Coverage
A
96%

Class Collection has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Collection
      def initialize(internal_loader, external_loader)
        @facts = {}
        @internal_loader = internal_loader
        @external_loader = external_loader
Severity: Minor
Found in lib/facter/custom_facts/util/collection.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status