mongaku/mongaku

View on GitHub
src/schemas/types/FixedString.js

Summary

Maintainability
A
1 hr
Test Coverage

Function schema has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    schema() {
        let validate = {};
        const values = Array.isArray(this.options.values)
            ? this.options.values
            : Object.keys(this.options.values);
Severity: Minor
Found in src/schemas/types/FixedString.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status