quentinrossetti/ruche

View on GitHub
lib/ruche/alternatives.js

Summary

Maintainability
A
1 hr
Test Coverage

Function alternatives has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var alternatives = function (pack, callback) {

  var wanted = {
    package: pack.split('-')[0],
    version: pack.split('-')[1] || false,
Severity: Minor
Found in lib/ruche/alternatives.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status