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

[javascript] Fix UnnecessaryBlock issues with empty statements #4857

Merged
merged 12 commits into from Mar 14, 2024

Conversation

oleksandr-shvets
Copy link
Contributor

@oleksandr-shvets oleksandr-shvets commented Mar 10, 2024

UnnecessaryBlock issues

Related issues

Ready?

  • Added unit tests for fixed bug/feature
  • Passing all unit tests
  • Complete build ./mvnw clean verify passes (checked automatically by github actions)

@adangel adangel changed the title UnnecessaryBlock issues [javascript] UnnecessaryBlock issues Mar 14, 2024
@adangel adangel changed the title [javascript] UnnecessaryBlock issues [javascript] Fix UnnecessaryBlock issues with empty statements Mar 14, 2024
@adangel adangel added this to the 7.0.0 milestone Mar 14, 2024
Copy link
Member

@adangel adangel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pmd-test
Copy link

1 Message
📖 No regression tested rules have been changed.

Generated by 🚫 Danger

@adangel adangel merged commit d96c60b into pmd:master Mar 14, 2024
3 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.

[javascript] UnnecessaryBlock - false positives with destructuring assignments
3 participants