Skip to content

Commit

Permalink
jscpd
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 30, 2024
1 parent 6c3ce3f commit 30e50ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/gitProvider/azureDevops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ _Powered by [sfdx-hardis](${CONSTANTS.DOC_URL_ROOT}) from job [${azureJobName}](
return null;
}

/* jscpd:ignore-start */
private async uploadAndReplaceImageReferences(markdownBody: string) {
const replacements: any = {};
const markdownImages = extractImagesFromMarkdown(markdownBody);
Expand All @@ -526,6 +527,7 @@ _Powered by [sfdx-hardis](${CONSTANTS.DOC_URL_ROOT}) from job [${azureJobName}](
markdownBody = replaceImagesInMarkdown(markdownBody, replacements);
return markdownBody;
}
/* jscpd:ignore-end */

private async uploadImage(localImagePath: string): Promise<string | null> {
try {
Expand Down

0 comments on commit 30e50ed

Please sign in to comment.