NodeBB/NodeBB

View on GitHub
src/prestart.js

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

    if (nconf.get('url')) {
        nconf.set('url', nconf.get('url').replace(/\/$/, ''));
        nconf.set('url_parsed', url.parse(nconf.get('url')));
        // Parse out the relative_url and other goodies from the configured URL
        const urlObject = url.parse(nconf.get('url'));
Severity: Major
Found in src/prestart.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status