isprambiente/Domando

View on GitHub
app/javascript/controllers/modal_controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Function send has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  send(body = '') {
    var options, position, width;
    width = this.element.dataset.modalSize || '90%';
    position = this.element.dataset.modalPosition || 'top';
    options = {
Severity: Minor
Found in app/javascript/controllers/modal_controller.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status