Inlife/nexrender

View on GitHub
packages/nexrender-types/job.js

Summary

Maintainability
A
1 hr
Test Coverage

Function validate has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const validate = job => {
    assert(job.uid, 'job must have uid');
    assert(job.state, 'job must have state');

    assert(job.template, 'job must have template object defined');
Severity: Minor
Found in packages/nexrender-types/job.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status