Skip to content

Commit

Permalink
Update scripts/jsdoc-automation/src/Configuration.ts
Browse files Browse the repository at this point in the history
Co-authored-by: codefactor-io[bot] <47775046+codefactor-io[bot]@users.noreply.github.com>
  • Loading branch information
jmikedupont2 and codefactor-io[bot] authored Feb 26, 2025
1 parent fdac4cd commit f230a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jsdoc-automation/src/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class Configuration implements Omit<ConfigurationData, "rootDirectory"> {

private loadConfiguration(): void {

var pullNumber = 0;
let pullNumber = 0;

Check warning on line 102 in scripts/jsdoc-automation/src/Configuration.ts

View check run for this annotation

codefactor.io / CodeFactor

scripts/jsdoc-automation/src/Configuration.ts#L102

'pullNumber' is never reassigned. Use 'const' instead. (prefer-const)

// Handle other inputs
if (process.env.INPUT_PULL_NUMBER) {
Expand Down

0 comments on commit f230a38

Please sign in to comment.