superdesk/superdesk-client-core

View on GitHub
scripts/apps/archive/controllers/BaseListController.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor($scope, $location, search, desks) {
        this.lastQueryParams = {};
        this.$location = $location;
        this.search = search;
        this.desks = desks;
Severity: Minor
Found in scripts/apps/archive/controllers/BaseListController.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status