Results 1611 comments of Roman Ivanov

If you mutating manually and test is failing, it means that you mutating wrong place and need to attentively read mutation or experiment on different mutation to be confident what...

@Rohanraj123, do you have energy to finish this PR ?

@Abhishek-kumar09 , it might be related to fix for https://github.com/checkstyle/checkstyle/issues/5951

it is not by design, community implemented and supporting SARIF format, nobody mentioned this problem. Do you have any specification of format to prove that "rules" should have ? >...

From spec: >3.19.23 rules property A toolComponent object MAY contain a property named rules whose value is an array of zero or more unique (§3.7.3) reportingDescriptor objects (§3.49) each of...

Whole logic at https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/SarifLogger.java Fully covered by tests, in corresponding class. Description and message can be taken from metadata files like https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/com/puppycrawl/tools/checkstyle/meta/checks/annotation/AnnotationLocationCheck.xml Example of how plugins uses metadata https://github.com/checkstyle/sonar-checkstyle/blob/11bd09ec3eb6a9630d9e0ea36b1ece13104e2f84/src/main/java/org/sonar/plugins/checkstyle/metadata/CheckstyleMetadata.java#L79 So...

Please review CI failures One of them https://ci.appveyor.com/project/Checkstyle/checkstyle/builds/52148813/job/xcfp4ktg0xfyt615#L300