NodeBB/NodeBB

View on GitHub
src/privileges/posts.js

Summary

Maintainability
A
1 hr
Test Coverage

Avoid too many return statements within this function.
Open

        return { flag: false, message: '[[error:post-deleted]]' };
Severity: Major
Found in src/privileges/posts.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return { flag: result.edit && (result.owner || result.isMod), message: '[[error:no-privileges]]' };
    Severity: Major
    Found in src/privileges/posts.js - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status