bufferapp/ui

View on GitHub
scripts/copyBuildFiles.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function createPackageFile has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function createPackageFile() {
  return new Promise((resolve) => {
    // read from package.json
    fse.readFile(
      path.resolve(__dirname, '../package.json'),
Severity: Major
Found in scripts/copyBuildFiles.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status