Anmol Sharma

Results 20 comments of Anmol Sharma

`C:\Users\anmol>"C:\Users\anmol\AppData\Local\JetBrains\IntelliJ IDEA 2024.2.4\bin\format.bat" -settings "C:\Users\anmol\IdeaProjects\checkstyle3\config\intellij-idea-code-style.xml" -optimize-imports-only "C:\Users\anmol\IdeaProjects\checkstyle3\src\main\java\com\puppycrawl\tools\checkstyle\ant\CheckstyleAntTask.java"` ```sh PS C:\Users\anmol\IdeaProjects\checkstyle3> 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..034e3ec34d 100644 --- a/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java +++ b/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java @@ -124,7 +124,7 @@ public class CheckstyleAntTask...

@romani please try the updated config. it should work (hopefully not like before) :)

@romani is the config working now !

> @Anmol202005 , can you make CI job for it ? at checkstyle/.circleci/config.yml and may be `checkstyle/.ci/idea-format.sh` to simplify user experience to run it. on it.

@Pankraz76 can u please brief me about the `.editorconfig`. if we are going with that or sticking with this config.

@romani @Pankraz76 Should I proceed creating a CI job for this configuration?

@romani I'm almost done with the CI implementation. But I'm confused with how will it help IDEA user's specially. Can u please clear my understanding. According to my understanding: -...