Skip to content

fix: resolve #35 - Fix code scanning alert - Disallow unused variables - #126

Open
TaherEzzi wants to merge 1 commit into
singlesly:mainfrom
TaherEzzi:fix-issue-35
Open

fix: resolve #35 - Fix code scanning alert - Disallow unused variables#126
TaherEzzi wants to merge 1 commit into
singlesly:mainfrom
TaherEzzi:fix-issue-35

Conversation

@TaherEzzi

Copy link
Copy Markdown

Summary

This Pull Request resolves issue #35: Fix code scanning alert - Disallow unused variables.

Root Cause & Changes

To resolve the code scanning alert regarding unused variables, the src/json-bignumber.ts file is identified as the source of the issue. The declared parse function in this file is not utilized elsewhere in the project, leading to the alert. Removing this unused module declaration addresses the problem.

<complete code>

Step-by-Step Explanation:

  1. Identified Unused Module Declaration: The json-bignumber module declaration in `src/json-bignumber.ts

Files Modified

src/json-bignumber.ts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Verification

  • Tested with regression unit tests.
  • Code conforms to standard project lint/formatting.

Closes #35
Fixes #35
/claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix code scanning alert - Disallow unused variables

1 participant