thoughtbot/gitsh

View on GitHub
lib/gitsh/git_repository.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class GitRepository has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

  class GitRepository
    def initialize(env, options={})
      @env = env
      @status_factory = options.fetch(:status_factory, Status)
    end
Severity: Minor
Found in lib/gitsh/git_repository.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status