atsid/circuits-js

View on GitHub
js/AmdResolver.js

Summary

Maintainability
A
1 hr
Test Coverage

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

        constructor: function (config) {
            var path = config && config.path,
                loud = config && config.loud,
                altSeparator = config && config.altSeparator,
                synchronous = config && config.synchronous;
Severity: Minor
Found in js/AmdResolver.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status