thegameofcode/cipherlayer

View on GitHub
scripts/add_users.js

Summary

Maintainability
A
1 hr
Test Coverage

Function addFixture has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const addFixture = function (fixture, callback) {

    const data = fixture;

    // Define user object to be passed to userMng
Severity: Minor
Found in scripts/add_users.js - About 1 hr to fix

    Definition for rule 'extra-rules/potential-point-free' was not found
    Open

    'use strict';
    Severity: Minor
    Found in scripts/add_users.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Definition for rule 'extra-rules/no-for-loops' was not found
    Open

    'use strict';
    Severity: Minor
    Found in scripts/add_users.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status