Skip to content

Commit

Permalink
Merge pull request #391 from kevinwheeler
Browse files Browse the repository at this point in the history
* gh-391:
  Add links to JAR files for IntelliJ Checkstyle setup

Closes gh-391
  • Loading branch information
wilkinsona committed Oct 13, 2023
2 parents 5b936c9 + a9b8912 commit 77c336f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,12 @@ To configure the plugin, create your own Checkstyle configuration file with the

Once the configuration file is created, configure your IDE to use it:

* Download `spring-javaformat-checkstyle-{release-version}.jar` from https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-checkstyle/{release-version}[Maven Central].
* Download `spring-javaformat-config-{release-version}.jar` from https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-config/{release-version}[Maven Central].
* Open `Preferences` - `Tools` - `Checkstyle`
* Add `spring-javaformat-checkstyle-{release-version}.jar` and `spring-javaformat-config-{release-version}.jar` to the `Third-Party Checks`
* Specify the appropriate `Checkstyle version`
* Add your Checkstyle configuration file
* Add and enable your Checkstyle configuration file



Expand Down

0 comments on commit 77c336f

Please sign in to comment.