Roman Ivanov
Roman Ivanov
please start testing on real code, please pay attentiont to `New module config` in description of https://github.com/checkstyle/checkstyle/pull/16946 , we need "same" for your new check and report generation will be...
Please add ``` static class Inner { int b = 0; // violation 'A blank line is required after the opening' } ``` To all examples. We try to keep...
Please add to test Inputs cases with interface, record, enum. We need diversity. Please add to also case when class is declared in method body, just to see how Chevk...
@matrei , ping, do you need help?
https://ci.appveyor.com/project/Checkstyle/checkstyle/builds/53057700/job/ryshhydq55tcpv3u#L193 `[ERROR] [checkstyle] [ERROR] C:\projects\checkstyle\src\main\java\com\puppycrawl\tools\checkstyle\checks\whitespace\TypeBodyPaddingCheck.java:178:16: Condition inversion could be avoided. [AvoidConditionInversion]` Please fix, usually this is easy update Semafor reporting: `[ERROR] [checkstyle] [ERROR] /home/semaphore/checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/TypeBodyPaddingCheck.java:178:16: Condition inversion could be avoided. [AvoidConditionInversion]`...
Semafor is restarted, GitHub actions are started.
please address pitest survivals, no mutations are allowed, it means we need more tests to kill them. in Checker violations, please try to address only ` @Initialized @Nullable ` all...
GitHub, generate website
Please add example for `tokens` with custom values.
There is no Example for custom value of property https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/522a693_20251113141925/checks/whitespace/typebodypadding.html#tokens Users love examples, not all user well experienced.