SpencerCDixon/redux-cli

View on GitHub
src/sub-commands/new.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  run(cliArgs) {
    this.confirmGit();
    this.createDirTask.run(cliArgs).then(() => {
      let fetch_url;

Severity: Minor
Found in src/sub-commands/new.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status