tryzealot/zealot

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

Summary

Maintainability
A
1 hr
Test Coverage

Function dialogElement has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  get dialogElement() {
    const root = document.createElement("div")
    root.id = DIALOG_ID
    root.classList.add("modal")
    root.classList.add("fade")
Severity: Minor
Found in app/javascript/controllers/destroy_controller.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status