NicolasSiver/nodebb-widget-ns-stats

View on GitHub
widget/job.js

Summary

Maintainability
A
1 hr
Test Coverage

Function start has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    Job.start = function (done) {
        if (working) {
            return done(new Error('Job is in progress. You can not start another'));
        }

Severity: Minor
Found in widget/job.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status