You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by jongyoul <gi...@git.apache.org> on 2018/09/12 01:45:58 UTC

[GitHub] zeppelin pull request #3177: [MINOR] Disable checkstyle for `zeppelin-*` mod...

GitHub user jongyoul opened a pull request:

    https://github.com/apache/zeppelin/pull/3177

    [MINOR] Disable checkstyle for `zeppelin-*` modules

    ### What is this PR for?
    Disabling `checkstyle` for some modules including `zeppelin-*` as it breaks lambda expressions which are supported by JDK8. We should fix them but, currently, it would be better to disable them only as we are on refactoring now.
    
    ### What type of PR is it?
    [Refactoring]

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jongyoul/zeppelin minor/disable-checkstyle-zeppelin-star-modules

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/3177.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3177
    
----
commit c1a4e797ce1a4d4ebc7ee827b291a2c58541d61e
Author: Jongyoul Lee <jo...@...>
Date:   2018-09-12T01:42:25Z

    Disable checkstyle for `zeppelin-*` modules

----


---

[GitHub] zeppelin pull request #3177: [MINOR] Disable checkstyle for `zeppelin-*` mod...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/zeppelin/pull/3177


---