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 <jongyoul@...>
Date: 2018-09-12T01:42:25Z
Disable checkstyle for `zeppelin-*` modules
----
---