patrickarlt/acetate

View on GitHub
lib/cli.js

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function run() {
  if (argv.require && argv.require.length) {
    argv.require.forEach(dep => {
      require(dep);
    });
Severity: Minor
Found in lib/cli.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status