webstylestory/figolia

View on GitHub
src/main.js

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function main(CONFIG) {

    const services = initServices();
    const envName = process.env.NODE_ENV === 'production' ? 'PRODUCTION' : 'DEVELOPMENT';
    info(`Starting Figolia v${CONFIG.version} in ${envName} environment.`);
Severity: Minor
Found in src/main.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status