qiu8310/serpent

View on GitHub
projects/serpent-rollup-kits/src/makeCli.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

export function makeCli(
  srcKeys: string[] = [],
  options: Omit<RollupOptions, 'input' | 'plugins'> & { plugins?: Parameters<typeof getPlugins>[0] } = {}
) {
  const { plugins, ...restOptions } = options
Severity: Major
Found in projects/serpent-rollup-kits/src/makeCli.ts - About 2 hrs to fix

There are no issues that match your filters.

Category
Status