rggen/rggen-core

View on GitHub
lib/rggen/core/builder/feature_registry.rb

Summary

Maintainability
A
0 mins
Test Coverage

Class FeatureRegistry has 23 methods (exceeds 20 allowed). Consider refactoring.
Wontfix

      class FeatureRegistry
        def initialize(base_feature, factory)
          @base_feature = base_feature
          @factory = factory
          @feature_entries = {}
Severity: Minor
Found in lib/rggen/core/builder/feature_registry.rb - About 2 hrs to fix

There are no issues that match your filters.

Category
Status