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

Forbid no/abundant whitespace before array initializer #391

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

findepi
Copy link
Contributor

@findepi findepi commented Jan 10, 2024

Forbid these

new int[]{...

new int[]    {....

Extracted from #389

@findepi findepi force-pushed the findepi/forbid-array branch 2 times, most recently from 42b2e53 to 88fc141 Compare April 5, 2024 13:16
@findepi
Copy link
Contributor Author

findepi commented Apr 9, 2024

@martint do you want this rebased?

@martint
Copy link
Member

martint commented Apr 9, 2024

Yes, sorry, lost track of this one. I'll take a look soon.

@findepi
Copy link
Contributor Author

findepi commented Apr 10, 2024

No hurry. Just le me know if you'd rather see this PR closed.

@martint martint merged commit 790b632 into airlift:master Apr 10, 2024
2 checks passed
@findepi findepi deleted the findepi/forbid-array branch April 10, 2024 20:34
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.

None yet

2 participants