superdesk/superdesk-client-core

View on GitHub
scripts/core/beta/beta.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

function BetaTemplateInterceptor($q, $templateCache, betaService) {
    var modifiedTemplates = {};

    var HAS_FLAGS_EXP = /sd-beta/,
        IS_HTML_PAGE = /\.html$|\.html\?/i;
Severity: Minor
Found in scripts/core/beta/beta.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status