Roman Ivanov
Roman Ivanov
There supposed to be removal from suppression
Ok issue stay open, new PR to finish is welcome
to double rephase with some code snippets for the same details as in comment above: SomeExactCheck does log(......) that does not need Locale and just put values to context in...
It ok, please update issue description name method to be unique and to be compilable if we want usage as is.
everyone in web is welcome to send PR with fix. Here is incomplete PR but good step forward - https://github.com/checkstyle/checkstyle/pull/12086 , please reuse this code if that is convenient.
@Zopsss , do you have time to finish this issue ?
>We don't require modifiers to be in order right? We do not require order of modifiers, user define modifiers separated by space. Explicit Modifiers from methods are used. In your...
this branch is passing on my local. locale based test are [failing in CI](https://dev.azure.com/romanivanovjr/romanivanovjr/_build/results?buildId=17975&view=logs&j=f07bbe47-a53d-57aa-396b-b864e923835d&t=067af9d2-0932-5b80-cadd-10bf65a9f15a&l=1321): ``` [ERROR] Failures: [ERROR] LocalizedMessageTest.testNullArgs:60 Violation should contain exception info value of : getMessage() expected to...
@rnveach, I got a stable form of test executions. this is good step forward before #12104 because: - resolves problems for non english contributors (my laptop), it might not be...
Right now , and it always was like this, we can pass `mvn test` only on English locale. We do not change anything. We simply making it work. Nothing new,...