Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed sonaqube security smells and bugs #6546

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

pravesh-sharma
Copy link
Contributor

  1. Delete unreachable code or refactor the code to make it reachable.
  2. Unexpected var, use let or const instead.
  3. Remove useless assignment to variable.
  4. Define a constant instead of duplicating the literal
  5. Remove commented out code
    And more.

1. Delete unreachable code or refactor the code to make it reachable.
2. Unexpected var, use let or const instead.
3. Remove useless assignment to variable.
4. Define a constant instead of duplicating the literal
5. Remove commented out code
@akshay-joshi akshay-joshi merged commit 62056ca into pgadmin-org:master Jul 10, 2023
25 of 26 checks passed
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.

2 participants