NodeBB/NodeBB

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

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 94 lines of code (exceeds 75 allowed). Consider refactoring.
Open

    userFilter.init = function (el, options) {
        if (!el || !el.length) {
            return;
        }
        options = options || {};
Severity: Major
Found in public/src/modules/userFilter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status