artinboghosian/active_mapper

View on GitHub

Showing 2 of 2 total issues

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

  class Mapper
    attr_reader :mapped_class, :adapter

    def initialize(mapped_class, adapter)
      @mapped_class = mapped_class
Severity: Minor
Found in lib/active_mapper/mapper.rb - About 2 hrs to fix

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

      class Relation
        extend Forwardable
    
        def_delegators :to_a, :each, :map
    
    Severity: Minor
    Found in lib/active_mapper/relation.rb - About 2 hrs to fix
      Severity
      Category
      Status
      Source
      Language