theodi/open-orgn-services

View on GitHub
lib/signup/signup_processor.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method perform has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def perform
    organization_details = {
      "name"           => organization["name"] || contact_person["name"],
      "contact_name"   => contact_person["name"],
      "company_number" => organization["company_number"],
Severity: Major
Found in lib/signup/signup_processor.rb - About 2 hrs to fix

    Method invoice_description has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def invoice_description(membership_id, description, type, method, frequency)
    Severity: Minor
    Found in lib/signup/signup_processor.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status