trampi/repomgmt

View on GitHub
app/models/repository.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Repository has 29 methods (exceeds 20 allowed). Consider refactoring.
Open

class Repository < ActiveRecord::Base
  extend MapDaysToCommits
  include MarkForRefreshAuthentication

  default_scope { order(name: :asc) }
Severity: Minor
Found in app/models/repository.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status