feat: add suggestions to no-empty-blocks - #479
Merged
Merged
Conversation
3 tasks
DMartens
reviewed
Jun 28, 2026
DMartens
reviewed
Jun 28, 2026
Contributor
|
Thank you for the PR. Just found two small refactorings using more appropriate methods. |
k-yle
force-pushed
the
kh/autofix-empty-blocks
branch
from
June 29, 2026 12:38
7790a62 to
a91126c
Compare
Pixel998
requested changes
Jun 29, 2026
k-yle
force-pushed
the
kh/autofix-empty-blocks
branch
from
July 8, 2026 11:27
a91126c to
9c140f5
Compare
Pixel998
previously requested changes
Jul 14, 2026
Contributor
|
Hi everyone, it looks like we lost track of this pull request. Please review and see what the next steps are. This pull request will auto-close in 7 days without an update. |
k-yle
force-pushed
the
kh/autofix-empty-blocks
branch
from
July 27, 2026 12:24
9c140f5 to
d70549d
Compare
Contributor
|
LGTM, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prerequisites checklist
AI acknowledgment
(If the above is not checked) I have reviewed the AI-generated content before submitting.What is the purpose of this pull request?
Add sugggestions to
no-empty-blocks. There are two different cases:@layer name {}becomes@layer namea {}become. This included unnamed layers such as@layer {}.What changes did you make? (Give an overview)
Related Issues
Closes #476
Is there anything you'd like reviewers to focus on?
@layeras mentioned above). I have asked a senior colleague and Claude Opus 4.8, both of whom agreed.