atsid/generator-ats-node-webapp

View on GitHub
util/writer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function process has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  process(dir, templateDir, context) {
    fs.readdirSync(dir).forEach((file) => {
      const filePath = path.join(dir, file);
      const templatePath = path.join(templateDir, file);
      const isDirectory = fs.statSync(filePath).isDirectory();
Severity: Minor
Found in util/writer.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status