jameswlane/status-board

View on GitHub
src/job-initialiser.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function init(options: IJobOptions, cb: (error?: any) => void) {
  getJobs(options, (err: any, jobWorkers: IJob[]) => {
    if (err) {
      return cb(err);
    }
Severity: Minor
Found in src/job-initialiser.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status