chiefy/vaulted

View on GitHub
lib/config.js

Summary

Maintainability
A
1 hr
Test Coverage

Function validate has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function validate(options) {
  options = options || {};

  var invalids = [];
  var check = _.partial(_.includes, ALL_OPTIONS);
Severity: Minor
Found in lib/config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status