Mauryan Kansara
Mauryan Kansara
> Are you on Windows? Did you try quoting the property name and value? Ex: java -D"org.checkstyle.google.severity=error" Yes Im on windows and after quoting the property it started working. Thanks...
@Atharv3221 if you send a PR for an issue then please comment "I'm working on it" so maintainers and other contributors can know who's working on the issue
A PR has been sent for this issue: https://github.com/calcom/cal.com/pull/25745
@pedroccastro can I try working on this?
@mohitsatr can you show the behavior using switch expressions, similar to the style guide docs?
Do we get violation on formatted code? And please add it to the issue description
`TodoComment` would not be much of use here, I think we can accomplish this with `MatchXpath`
On the second thought, `TodoComment` maybe useful, first let's try using it and use custom violation message instead of the default one. Use a regex which checks there's no space...
Good catch! We can use [MatchXpath](https://checkstyle.org/checks/coding/matchxpath.html#MatchXpath) to implement this rule.
```java return """ //INCORRECT, should be on new new line this is sample text """; ``` Please report this to google-java-format