You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was trying to set up spring-javaformat in IntelliJ checkstyle plugin, I encountered this issue.
This is because files required to run checkstyle are separated over two jar files - spring-javaformat-config.jar and spring-javaformat-checkstyle.jar.
It would be nice to have a single jar file that contains all the required files for checkstyle. Then, it simplifies the usage of running checkstyle in CLI, setting up the IntelliJ checkstyle plugin, etc.
The text was updated successfully, but these errors were encountered:
While I was trying to set up spring-javaformat in IntelliJ checkstyle plugin, I encountered this issue.
This is because files required to run checkstyle are separated over two jar files -
spring-javaformat-config.jar
andspring-javaformat-checkstyle.jar
.It would be nice to have a single jar file that contains all the required files for checkstyle. Then, it simplifies the usage of running checkstyle in CLI, setting up the IntelliJ checkstyle plugin, etc.
The text was updated successfully, but these errors were encountered: