HugoOM/sfdx_autoheader

View on GitHub
src/templates/templates.file.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getFileHeaderFromTemplate has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function getFileHeaderFromTemplate(languageId: string) {
  let blockStart = "/**",
    lineStart = " *",
    blockEnd = "**/";
  const formattedDate = helper.getFormattedDate();
Severity: Minor
Found in src/templates/templates.file.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status