-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
📎 Implement lint/noEmptyBlockStatements
- eslint/no-empty
eslint/no-empty-static-block
#39
Comments
lint/noEmptyBlockStatements
lint/noEmptyBlockStatements
lint/noEmptyBlockStatements
lint/noEmptyBlockStatements
- eslint/no-empty
eslint/no-empty-static-block
What's the difference between this rule and #42? It's worth an explanation in the description |
So we would have two rules that trigger the same code? That doesn't seem right to me. I wonder if at this point if we should have only one rule that handles all the block statements. Or at least make sure that they don't conflict each other. |
I think you are right. We could thus regroup these two rule under the |
Hello! If a fix for this issue is still needed, I'd like to give it a shot. |
Description
This lint rule should integrate both no-empty and no-empty-static-block rules.
Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.
The text was updated successfully, but these errors were encountered: