Repository: flink Updated Branches: refs/heads/release-1.5 23975b4a1 -> a634f2cee
[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/a634f2ce Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a634f2ce Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/a634f2ce Branch: refs/heads/release-1.5 Commit: a634f2cee7bf19add62f51658db150492534bda9 Parents: 23975b4 Author: zentol <[email protected]> Authored: Sun May 13 14:35:36 2018 +0200 Committer: zentol <[email protected]> Committed: Sun May 13 15:04:42 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/a634f2ce/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
