Roman Ivanov
Roman Ivanov
@aboro-code, do you have energy to finish this PR?
Please create issue and list Checks that we have , list of checkboxes, and checkout all that you covered, so we might improve step by step to cover all other...
Please keep ci green. We usually do not review until CI is green.
Did you reformat code by idea? looks suspicious that no changes detected.
> Before reformatting, Checkstyle reported 28 errors, and after reformatting, it's down to 15 errors. please share in commit all IDEA formatting. We have 0 errors now from checkstyle, I...
I am confused, there is no `test.java` in our repository. Lets not put extra files.
I imported your config, select CheckstyleAntTask.java , right click, choose "Reformat code" menu, in popup window select only "Optimize imports". Whole file is changed :( .
I tried again, same result: ``` $ git diff diff --git a/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java b/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java index c7b8f09890..522d4124e9 100644 --- a/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java +++ b/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////////////////////// +/// //////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks...
not working as expected on my side: ``` ✔ ~/java/github/romani/checkstyle [Anmol202005/AutoConfig L|⚑ 2] $ /home/roman/java/intelij-idea/idea-IU-243.22562.218/bin/format.sh -settings config/intellij-idea-code-style.xml src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java [0.017s][warning][cds] Archived non-system classes are disabled because the java.system.class.loader property is specified...