json-schema-form/json-schema-form-generator-es6

View on GitHub
src/jsf-to-model.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  getModel(schema, form){
    let model = {};

    let index = _.indexOf(form, '*');
    if (index > -1) {
Severity: Minor
Found in src/jsf-to-model.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status