You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gr...@apache.org on 2017/11/27 20:38:55 UTC

[2/2] flink git commit: [hotfix] [docs] Update checkstyle version in documentation

[hotfix] [docs] Update checkstyle version in documentation

This closes #5061


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7beb0b9e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7beb0b9e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7beb0b9e

Branch: refs/heads/release-1.4
Commit: 7beb0b9ee26a7616c15bd0a976fea3bf5d5a2e2b
Parents: 4eae418
Author: Greg Hogan <co...@greghogan.com>
Authored: Thu Nov 23 07:54:09 2017 -0500
Committer: Greg Hogan <co...@greghogan.com>
Committed: Mon Nov 27 14:27:10 2017 -0500

----------------------------------------------------------------------
 docs/internals/ide_setup.md | 2 +-
 pom.xml                     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/7beb0b9e/docs/internals/ide_setup.md
----------------------------------------------------------------------
diff --git a/docs/internals/ide_setup.md b/docs/internals/ide_setup.md
index 02d54e7..ea80f56 100644
--- a/docs/internals/ide_setup.md
+++ b/docs/internals/ide_setup.md
@@ -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".

http://git-wip-us.apache.org/repos/asf/flink/blob/7beb0b9e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4dc9b96..63f2015 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>