drg-adaptive/serverless-rollup-plugin

View on GitHub
src/index.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function rollupFunction has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async rollupFunction() {
    const installCommand = this.configuration.installCommand ?? 'npm install';
    const concurrency = typeof this.configuration.concurrency === 'number'
      ? this.configuration.concurrency
      : Number.POSITIVE_INFINITY;
Severity: Major
Found in src/index.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status