Microsoft/fast-dna

View on GitHub
build/releasing/customRenderers.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function _getPrNumber has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function _getPrNumber(entry: ChangelogEntry): Promise<number | undefined> {
    // Look for (presumably) the PR number at the end of the first line of the commit
    try {
        // Get the actual commit message which should contain the PR number
        const logResult = spawnSync("git", [
Severity: Minor
Found in build/releasing/customRenderers.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status