internetee/registry

View on GitHub
lib/serializers/registrant_api/domain.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
93%

Method to_json has 44 lines of code (exceeds 40 allowed). Consider refactoring.
Open

      def to_json(_obj = nil)
        return simple_object if @simplify

        {
          id: domain.uuid,
Severity: Minor
Found in lib/serializers/registrant_api/domain.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status