RocketChat/Rocket.Chat

View on GitHub
apps/meteor/packages/autoupdate/autoupdate_server.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function updateVersions(shouldReloadClientProgram) {
    // Step 1: load the current client program on the server
    if (shouldReloadClientProgram) {
        WebAppInternals.reloadClientPrograms();
    }
Severity: Minor
Found in apps/meteor/packages/autoupdate/autoupdate_server.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status