catarse/catarse.js

View on GitHub
legacy/src/vms/project-basics-vm.js

Summary

Maintainability
A
1 hr
Test Coverage

Function updateProject has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const updateProject = async (project_id) => {
    const projectData = {
        tracker_snippet_html: fields.tracker_snippet_html(),
        user_id: fields.user_id(),
        all_tags: fields.admin_tags(),
Severity: Minor
Found in legacy/src/vms/project-basics-vm.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status