vincent-ledu/vscode-adr-tools-extension

View on GitHub
adrfunc/adr-utils.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createNewAdr has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function createNewAdr (adrAttr, adrPath, adrTemplatePath, useTimestampPrefix) {
  logger.vsLog(
    `create new adr ${adrAttr.srcAdrName}  in  ${adrPath} from templatepath  ${adrTemplatePath} useTimstampForFilePrefix: ${useTimestampPrefix} `
  )
  const prefix = getPrefix(adrPath, useTimestampPrefix)
Severity: Minor
Found in adrfunc/adr-utils.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status