Repository: flink
Updated Branches:
  refs/heads/master d82fbf452 -> d66237a88


[hotfix][docs] Move note about partial checkstyle enforcement


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

Branch: refs/heads/master
Commit: d66237a8880789efd20765659d00caa1697087e7
Parents: d82fbf4
Author: zentol <[email protected]>
Authored: Sun May 13 14:35:36 2018 +0200
Committer: zentol <[email protected]>
Committed: Sun May 13 14:35:36 2018 +0200

----------------------------------------------------------------------
 docs/internals/ide_setup.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/d66237a8/docs/internals/ide_setup.md
----------------------------------------------------------------------
diff --git a/docs/internals/ide_setup.md b/docs/internals/ide_setup.md
index dd72c6b..c59ea8d 100644
--- a/docs/internals/ide_setup.md
+++ b/docs/internals/ide_setup.md
@@ -108,14 +108,13 @@ Once the plugin is installed you can directly import 
`"tools/maven/checkstyle.xm
 You can scan an entire module by opening the Checkstyle tools window and
 clicking the "Check Module" button. The scan should report no errors.
 
-### Checkstyle For Scala
-
-Enable scalastyle in Intellij by selecting Settings -> Editor -> Inspections, 
then searching for "Scala style inspections". Also Place 
`"tools/maven/scalastyle_config.xml"` in the `"<root>/.idea"` or 
`"<root>/project"` directory.
-
 <span class="label label-info">Note</span> Some modules are not fully covered 
by checkstyle,
 which include `flink-core`, `flink-optimizer`, and `flink-runtime`.
 Nevertheless please make sure that code you add/modify in these modules still 
conforms to the checkstyle rules.
 
+### Checkstyle For Scala
+
+Enable scalastyle in Intellij by selecting Settings -> Editor -> Inspections, 
then searching for "Scala style inspections". Also Place 
`"tools/maven/scalastyle_config.xml"` in the `"<root>/.idea"` or 
`"<root>/project"` directory.
 
 ## Eclipse
 

Reply via email to