superdesk/superdesk-client-core

View on GitHub
scripts/apps/ingest/controllers/IngestDashboardController.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function IngestDashboardController has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function IngestDashboardController($scope, ingestSources, preferencesService, notify) {
    $scope.items = [];
    $scope.dashboard_items = [];

    $scope.fetchItems = function() {
Severity: Minor
Found in scripts/apps/ingest/controllers/IngestDashboardController.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status