NodeBB/NodeBB

View on GitHub
public/src/modules/chat.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function createModal has 120 lines of code (exceeds 75 allowed). Consider refactoring.
Open

    module.createModal = function (data, callback) {
        callback = callback || function () {};
        require([
            'scrollStop', 'forum/chats', 'forum/chats/messages', 'forum/chats/message-search',
        ], function (scrollStop, Chats, ChatsMessages, messageSearch) {
Severity: Major
Found in public/src/modules/chat.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status