stefan-kolb/nucleus

View on GitHub
lib/nucleus/adapters/v1/stub_adapter.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class Stub has 37 methods (exceeds 20 allowed). Consider refactoring.
Open

      class Stub < BaseAdapter
        # Error message saying that the adapter feature has not been implemented yet.
        NOT_IMPLEMENTED_ERROR = Errors::AdapterMissingImplementationError.new(
          'Adapter is missing an implementation to support this feature'
        )
Severity: Minor
Found in lib/nucleus/adapters/v1/stub_adapter.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status