internetee/registry

View on GitHub
app/interactions/actions/domain_update.rb

Summary

Maintainability
A
2 hrs
Test Coverage
B
87%

Class DomainUpdate has 30 methods (exceeds 25 allowed). Consider refactoring.
Open

  class DomainUpdate # rubocop:disable Metrics/ClassLength
    attr_reader :domain, :params, :bypass_verify

    def initialize(domain, params, bypass_verify)
      @domain = domain
Severity: Minor
Found in app/interactions/actions/domain_update.rb - About 2 hrs to fix

There are no issues that match your filters.

Category
Status