Lewerow/Zurvan

View on GitHub
detail/Dependencies.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

function missingDependencies(deps, context) {
  return Object.keys(deps)
    .map(function(key) {
      return { name: key, statuses: deps[key].status(context) };
    })
Severity: Minor
Found in detail/Dependencies.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status