airlift / airbase

Base POM for Airlift
Apache License 2.0
48 stars 87 forks source link

Forbid no/abundant whitespace before array initializer #391

Closed findepi closed 6 months ago

findepi commented 9 months ago

Forbid these

new int[]{...

new int[]    {....

Extracted from https://github.com/airlift/airbase/pull/389

findepi commented 6 months ago

@martint do you want this rebased?

martint commented 6 months ago

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

findepi commented 6 months ago

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