Roman Ivanov
Roman Ivanov
As a part of this issue, we have to kill the mutation listed below and remove the suppression from [pitest xxxx suppression.xml](https://github.com/checkstyle/checkstyle/blob/master/config/pitest-suppressions/) To understanding how to kill the mutation Visit...
After merge of https://github.com/checkstyle/checkstyle/pull/16314 We have ability to update all/most test methods in SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger (this method should be created to accept any logger) Update is required for:...
taken from https://github.com/checkstyle/checkstyle/discussions/17417#discussioncomment-13820118 https://checkstyle.sourceforge.io/checks/whitespace/nolinewrap.html#NoLineWrap ``` $ cat config.xml $ cat Test.java @Deprecated public class Test { } $ java -jar checkstyle-10.24.0-all.jar -c config.xml Test.java Starting audit... [ERROR] /var/tmp/Test.java:1:1: CLASS_DEF statement...
https://github.com/google/google-java-format/releases/tag/v1.33.0
As a part of this issue, we have to kill the mutation listed below and remove the suppression from [pitest xxxx suppression.xml](https://github.com/checkstyle/checkstyle/blob/master/config/pitest-suppressions/) To understanding how to kill the mutation Visit...
Issue #16003 to disable all CIs: ``` git rm .circleci/config.yml git rm .cirrus.yml git rm .github/dependabot.yml git rm .github/workflows/* git rm .semaphore/semaphore.yml git rm .travis.yml git rm appveyor.yml git rm...
As a part of this issue, we have to kill the mutation listed below and remove the suppression from [pitest xxxx suppression.xml](https://github.com/checkstyle/checkstyle/blob/master/config/pitest-suppressions/) To understanding how to kill the mutation Visit...
example https://dev.azure.com/romanivanovjr/romanivanovjr/_build/results?buildId=33925&view=logs&jobId=c902ebb4-c9f8-5f09-4e17-ff78fbbc842e&j=c902ebb4-c9f8-5f09-4e17-ff78fbbc842e&t=9ca98c81-ff64-58f0-9d03-a23ac1c4a111 but this becomes annoying problems across multiple CIs. For some reason maven cache is not working or does not have some artifacts and maven tries to download them...
As a part of this issue, we have to kill the mutation listed below and remove the suppression from [pitest xxxx suppression.xml](https://github.com/checkstyle/checkstyle/blob/master/config/pitest-suppressions/) To understanding how to kill the mutation Visit...
https://jitci.com/gh/checkstyle/checkstyle We do publication of SNAPSHOT artifacts to maven central (but not a "-all.jar"). TODO: - investigate ability of CI to build and publish "-all.jar" - do we need to...