TryGhost/Ghost

View on GitHub
ghost/core/core/server/services/mentions/service.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function init has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    async init() {
        if (this.didInit) {
            return;
        }
        this.didInit = true;
Severity: Major
Found in ghost/core/core/server/services/mentions/service.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status