exiguus/js.randrix

View on GitHub
src/js/helper/Validation.class.js

Summary

Maintainability
A
0 mins
Test Coverage

Function options has 80 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

  static options(options) {
    let error = '';
    switch (true) {
      case (typeof options !== 'object' || Array.isArray(options)):
        error = 'options must be an object';
Severity: Major
Found in src/js/helper/Validation.class.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status