prebid/Prebid.js

View on GitHub
gulpHelpers.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  getModules: _.memoize(function(externalModules) {
    externalModules = externalModules || [];
    var internalModules;
    try {
      var absoluteModulePath = path.join(__dirname, MODULE_PATH);
Severity: Minor
Found in gulpHelpers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status