catarse/catarse.js

View on GitHub
legacy/src/vms/start-vm.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const startVM = (I18n) => {
    const i18nStart = I18n.translations[I18n.currentLocale()].pages.start,
        testimonials = i18nStart.testimonials,
        categoryProjects = i18nStart.categoryProjects,
        panes = i18nStart.panes,
Severity: Minor
Found in legacy/src/vms/start-vm.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status