emarschner/iconify

View on GitHub
src/node/cli.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function exports has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (argv, opts) {
  var args = require('minimist')(argv.slice(2)),
      sources = args._.slice(0),
      options = iconify.$.extend(true, { transform: null }, opts),
      defaultOptions = iconify.load.defaultOptions;
Severity: Minor
Found in src/node/cli.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status