lgtome/rm-node-modules-cli

View on GitHub
src/run.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exec has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function exec(args) {
  const { entryPath, days = 14, type } = args
  const resolvedPath = getResolvedPath(entryPath)
  const { resolvedType, error } = getResolvedType(type)
  if (error) {
Severity: Minor
Found in src/run.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status