ALLCAPSDEV/cvcsv-cli

View on GitHub
src/cvcsvcli.ts

Summary

Maintainability
A
0 mins
Test Coverage
B
85%

Function buildData has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  private static async buildData() {
    const { bucketName, rootDirectory, productCategory, productSet } =
      this.config;
    const paths = await readFiles(rootDirectory);
    if (paths.length < 1) throw Error("No images");
Severity: Minor
Found in src/cvcsvcli.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status