Results 1611 comments of Roman Ivanov

```diff - allFiles.add(new File(fileName)); + allFiles.add(java.nio.file.Path.of(fileName).toFile()); ```

if no activity before 1 october , we will close PR to let somebody else to finish this update by reusage of this code @0xbakry , please find time to...

Here is response https://github.com/checkstyle/checkstyle/pull/13046#discussion_r1564931186 from author, let's wait a bit more. Thanks a lot for coming back to it.

Lets cause some violation in code to make sure it reports violations. Do extra commit with som bad code

yes, so sad, please investigate on your local, why it is a problem, that violations are not reported.

Ok we have it working https://app.circleci.com/pipelines/github/checkstyle/checkstyle/34597/workflows/4e1ef02b-90f2-49e2-b5d1-164a1bb3490f/jobs/976895 if you revert your changes :) . Just be aware of concurrent update https://github.com/checkstyle/checkstyle/pull/17266 @AmitKumarDeoghoria , FYI.

@Atharv3221 , we updated to jdk17, please update your image to use most recent version

ok , thanks a lot for investigation. I see in that PR: ``` # This file configures Qodana linter: jetbrains/qodana-jvm-community:2025.1 profile: path: config/intellij-idea-inspections.xml ``` so it is very good !!!...