superdesk/superdesk-client-core

View on GitHub
scripts/core/services/data.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function DataAdapter has 85 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            return function DataAdapter(resource, params) {
                var self = this;
                var state = LocationStateAdapter; // @todo implement storage state adapter
                var cancelWatch = angular.noop;
                var defaultParams: any = {page: 1};
Severity: Major
Found in scripts/core/services/data.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status