Results 270 comments of Pankraz76

So its not complain actually: https://github.com/checkstyle/checkstyle/pull/16558 The big benefit of the plugin is that it offers an auto fix option.

maven build fixes checkstyle out of the box: https://issues.apache.org/jira/browse/HBASE-26617 only thing not capable of is wildcard imports. Checkstyle is integrated in maven but, only see the magic happen, not fixing...

lets get some feedback and remove if not as good as maven with spottless. They have check and spottless in place this is a very nice build fixing all checkstyle...

this is an extra topic once the convention is automated via rewrite and or spotless and most project come from check and leverage spot to automate it. They recently added...

closing to stop starting start finishing.

is fixed within: - https://github.com/checkstyle/checkstyle/pull/17730 - https://github.com/checkstyle/checkstyle/pull/17741

yes, please hit me up. Its possible as we have all information needed. Having new checker for this, only to check the false negatives.

> I am not agree on this given. Less verbose = less overhead - that's my point. Yes, considering mobile view, very explicit and easy-to-read code might be good for...

In Java, expression lambdas (single-expression) and statement lambdas (block-style) were introduced at the same time in Java 8 (2014) as part of the original lambda expressions feature. Of course, one...

I have read check documentation: https://checkstyle.org/checks/xxxxxx/nameofaffectedcheck.html I have downloaded the latest checkstyle from: https://checkstyle.org/cmdline.html#Download_and_Run I have executed the cli and showed it below, as cli describes the problem better than...