atsid/generator-ats-node-webapp

View on GitHub
generators/app/phases/writing.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  subgenerators() {
    const composeLocal = (name) => {
      debug('composing with generator', name);
      this.composeWith(`ats-node-webapp:${name}`, {options: this.props}, {local: require.resolve(`../../${name}`)});
    };
Severity: Minor
Found in generators/app/phases/writing.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status