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

Enforce blank line before object declaration #2284

Closed
paul-dingemans opened this issue Sep 29, 2023 · 0 comments · Fixed by #2287
Closed

Enforce blank line before object declaration #2284

paul-dingemans opened this issue Sep 29, 2023 · 0 comments · Fixed by #2287
Milestone

Comments

@paul-dingemans
Copy link
Collaborator

Given code below:

interface I
object O

I would expect that rule blank-line-before-declaration would enforce a blank line before the object declaration:

interface I

object O
@paul-dingemans paul-dingemans added this to the 1.0.1 milestone Sep 29, 2023
@paul-dingemans paul-dingemans changed the title Enfore blank line before object declaration Enforce blank line before object declaration Sep 29, 2023
paul-dingemans added a commit that referenced this issue Oct 2, 2023
* Force blank line before object declaration if preceded by another declaration

Closes #2284
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 a pull request may close this issue.

1 participant