cattr-app/server-application

View on GitHub
resources/frontend/compiler/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = () => {
    console.log('Reading modules config file...');
    const p = path.join(__dirname, '..', 'etc', 'modules.config.json');

    if (!fs.existsSync(path.join(__dirname, '..', 'generated'))) {
Severity: Minor
Found in resources/frontend/compiler/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status