peaceiris/actions-suggest-related-links

View on GitHub
actions/src/preprocess.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function removeSymbols has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

export function removeSymbols(txt: string): string {
  return txt
    .replace(/"/g, ' ')
    .replace(/;\s/g, ' ')
    .replace(/;$/g, ' ')
Severity: Minor
Found in actions/src/preprocess.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status