Chocobozzz/PeerTube

View on GitHub
client/src/app/core/renderer/linkifier.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function buildMentionPlugin has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private buildMentionPlugin () {
    if (this.mentionPluginInitialized) return

    const MentionToken = this.linkifyModule.createTokenClass('mention', {
      isLink: true,
Severity: Minor
Found in client/src/app/core/renderer/linkifier.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status