jameswlane/status-board

View on GitHub
src/runner.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function runner has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function runner(
  options: IOptions,
  callback: IVoidCallbackWithError,
) {
  const packagesLocalFolder = path.join(process.cwd(), '/packages');
Severity: Minor
Found in src/runner.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status