Mohit-Attry

Results 103 comments of Mohit-Attry

![Screenshot_20240817_094034](https://github.com/user-attachments/assets/e1f1d732-5979-4448-8692-103eb926229f) @gnprice i think "Under Construction" is the only unnecessary thing that needs to be removed as "Zulip Server version" , "Connected to " and "Subscribed to " seems relevent...

@romani It is not google-style issue. The Pr was send before the project the started.

@romani can we approve it ? fix will improve google style implementation

WhitespaceAround should enforce whitespace before left curly(`{`) of empty block. https://google.github.io/styleguide/javaguide.html#s4.6.2-horizontal-whitespace one whitespace is required: > Before any open curly brace ({), with two exceptions: @SomeAnnotation({a, b}) (no space is...

@romani can you update the description with this one https://github.com/checkstyle/checkstyle/issues/10834#issuecomment-3089175148 to reflect current state of the issue.

@romani > I lost how we endup in WhitespaceAround to be module that is required for validtion of extra space The property names, probably... https://github.com/checkstyle/checkstyle/blob/0a675dee0161d533b5ac72a586291f548d4b6aaa/src/main/resources/google_checks.xml#L150-L156 But after working on this...

``` $ cat Test1.java /** * some javadoc. */ public class Test1 { /** Main method. */ public static void main(String[] args) { String s = switch (1) { case...