Skip to content

Commit

Permalink
[FLINK-12974] [build] Bump checkstyle to 8.14
Browse files Browse the repository at this point in the history
This closes apache#8870
  • Loading branch information
ifndef-SleePy authored and StephanEwen committed Jul 3, 2019
1 parent 2b1a125 commit 085a7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/flinkDev/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 _8.12_ in the "Checkstyle Version" dropdown and click apply. **This step is important,
4. Select _8.14_ 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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ under the License.
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<!-- Note: match version with docs/flinkDev/ide_setup.md -->
<version>8.12</version>
<version>8.14</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 085a7ba

Please sign in to comment.