Results 1611 comments of Roman Ivanov

fixed in some release before or at 10.23.0

files `module-info.java` are completely excluded from Google style config: https://github.com/checkstyle/checkstyle/blob/9017ae84cd019a0d3b84b15212d9c5c2f8edcaea/src/main/resources/google_checks.xml#L25-L30 we can not parse such files, it is not easy activity to support module syntax in our java parser. For...

blocked by https://github.com/checkstyle/checkstyle/issues/8240

@mohitsatr , I updated issue to have design, names, messages. Do you like it ?

Looks like very formatting issues, please show formatter behavior on this code. If formatter doesn't enforce it, let's recheck their issue tracker, we can open issue on formatter.

why xpath ? We can make Check that demand `"""` to be on new line. please add all of this to our Inputs before fix of issue. please add: ```...

we can reuse MatchXpath, but we should not limit ourself to use it, if implementation become challenging. I do not think we have easy have by xpath expressions validate that...

>The closing """ is on a new line with the same indentation as the opening """ We need special Check, Regexp is not an option

>Until new check is implemented, should we use Regexp to partially match the rule? No need. Nobody reported this gap in coverage, so it can wait for sure