exiguus/js.randext

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

Summary

Maintainability
A
0 mins
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status