dalisoft/nanoexpress

View on GitHub
src/helpers/prepare-validation.js

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

            if (!validationStringify) {
              validationStringify = fastJson(validationSchema);
            }
Severity: Major
Found in src/helpers/prepare-validation.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                for (const code in _schema) {
                  newSchema[code] = fastJson(_schema[code]);
                }
    Severity: Major
    Found in src/helpers/prepare-validation.js - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status