Closed TimvdLippe closed 6 years ago
IMHO, the " Install the Checkstyle Plugin via Settings > Plugins > Browse repositories ... and searching for "CheckStyle-IDEA". The plugin comes from https://infernus.org/ and https://github.com/jshiell/checkstyle-idea" bullet point (which I added) is not really necessary, or is it?
It is still necessary to test the CheckStyle integration of WatchDog. The IDE you run using the run configuration is a separate instance of the editor. Therefore, its plugins are separately installed as well. WatchDog itself has an optional dependency on CheckStyle, meaning that it can run without CheckStyle available. However, to test the integration, the CheckStyle plugin is required to be installed on the new instance.
@Inventitech Friendly ping 😄
Closing this as it appears this PR is stale.
Reopening this, as the IntelliJ uploader is not happy with the manual inclusion of the Checkstyle jar, since it also defines a plugin.xml.
This should clarify more how to get IntelliJ running locally. I have added the mention of the
fetchIdea.sh
script as well as explained more thoroughly how to install CheckStyle in your SDK.