translation/angular

View on GitHub
src/utils/html-tag-extraction.js

Summary

Maintainability
A
1 hr
Test Coverage
A
99%

Function angularIdToHtmlTag has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static angularIdToHtmlTag(id) {
    return {
      'LINK':               'a',
      'BOLD_TEXT':          'b',
      'EMPHASISED_TEXT':    'em',
Severity: Minor
Found in src/utils/html-tag-extraction.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status