education/classroom

View on GitHub
app/models/github_organization.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class GitHubOrganization has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

class GitHubOrganization < GitHubResource
  def accept_membership(user_github_login)
    return if organization_member?(user_github_login)

    GitHub::Errors.with_error_handling do
Severity: Minor
Found in app/models/github_organization.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status