Skip to content

Commit

Permalink
[hotfix] [docs] Update checkstyle version in documentation
Browse files Browse the repository at this point in the history
This closes apache#5061
  • Loading branch information
greghogan committed Nov 27, 2017
1 parent 6fc5678 commit 45c8640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/ide_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ IntelliJ supports checkstyle within the IDE using the Checkstyle-IDEA plugin.
1. Install the "Checkstyle-IDEA" plugin from the IntelliJ plugin repository.
2. Configure the plugin by going to Settings -> Other Settings -> Checkstyle.
3. Set the "Scan Scope" to "Only Java sources (including tests)".
4. Select _6.19_ in the "Checkstyle Version" dropdown and click apply. **This step is important,
4. Select _8.4_ in the "Checkstyle Version" dropdown and click apply. **This step is important,
don't skip it!**
5. In the "Configuration File" pane, add a new configuration using the plus icon:
1. Set the "Description" to "Flink".
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,7 @@ under the License.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<!-- Note: match version with docs/internals/ide_setup.md -->
<version>8.4</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 45c8640

Please sign in to comment.