Codeminer42/cm42-central

View on GitHub
app/assets/javascripts/central.js

Summary

Maintainability
A
0 mins
Test Coverage

Function Central has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const Central = () => {
  $('[data-project]').each(function () {
    var data = $(this).data();
    data.project.current_flow = data.currentFlow;
    data.project.default_flow = data.defaultFlow;
Severity: Minor
Found in app/assets/javascripts/central.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status