pencil-js/pencil.js

View on GitHub
src/modules/select/select.js

Summary

Maintainability
A
2 hrs
Test Coverage
A
99%

Function constructor has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor (positionDefinition, optionsList, options) {
        if (!optionsList.length) {
            throw new RangeError("Options list should have at least one item.");
        }
        super(positionDefinition, Rectangle, options);
Severity: Major
Found in src/modules/select/select.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status