gdbots/schemas

View on GitHub
build/js/src/gdbots/forms/field/SelectFieldV1.js

Summary

Maintainability
A
1 hr
Test Coverage

Function defineSchema has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static defineSchema() {
    return new Schema(this.SCHEMA_ID, this,
      [
        /*
         * A unique identifier (within the form) for the field. This value
Severity: Minor
Found in build/js/src/gdbots/forms/field/SelectFieldV1.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status