manaba-enhanced-for-tsukuba/manaba-enhanced

View on GitHub
src/methods/removeLinkBalloon.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function removeLinkBalloon has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const removeLinkBalloon = (): void => {
  const links = document.getElementsByTagName("a")

  const urlClamp = (url: string) => {
    if (url.length > 100) {
Severity: Minor
Found in src/methods/removeLinkBalloon.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status