zippykid/splicer-dns_made_easy

View on GitHub
lib/splicer/dns_made_easy/provider.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method record_payload has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def record_payload(record)
        payload = {
          type: record.type,
          gtdLocation: 'DEFAULT',
          name: record.name || '',
Severity: Minor
Found in lib/splicer/dns_made_easy/provider.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status