gregschmit/rails-rest-framework

View on GitHub
lib/rest_framework/serializers/native_serializer.rb

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

        subcfg = subcfg.in?(fields) ? [] : subcfg
Severity: Major
Found in lib/rest_framework/serializers/native_serializer.rb - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

            subcfg = subcfg.in?(fields) ? subcfg : []
    Severity: Major
    Found in lib/rest_framework/serializers/native_serializer.rb - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status