app/assets/javascripts/central.js
Function Central
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
const Central = () => {
$('[data-project]').each(function () {
var data = $(this).data();
data.project.current_flow = data.currentFlow;
data.project.default_flow = data.defaultFlow;