Github user astroshim commented on the issue:
https://github.com/apache/zeppelin/pull/1171
I got a following build error.
```
[INFO] --- frontend-maven-plugin:0.0.25:grunt (grunt build) @ zeppelin-web
---
[INFO] Running 'grunt build --no-color' in
/home/nflabs/tmp/zeppelin/zeppelin-web
[INFO] Running "jscs:all" (jscs) task
[INFO] disallowMultipleLineBreaks: ; and console.log("updateParagraph
oldData %o, newData %o. type %o -> %o, mode %o -> %o", $scope.paragraph, data,
oldType, newType, oldGraphMode, newGraphMode); should have at most 2 line(s)
between them at src/app/notebook/paragraph/paragraph.controller.js :
[INFO] 412 | isEmpty(data.paragraph.result) !==
isEmpty($scope.paragraph.result) ||
[INFO] 413 | data.paragraph.status === 'ERROR' ||
(data.paragraph.status === 'FINISHED' && statusChanged) ||
[INFO] 414 | (!newActiveApp && oldActiveApp !== newActiveApp);
[INFO] -----------------------------------------------------------------^
[INFO] 415 |
[INFO] 416 |
[INFO] >> 1 code style errors found!
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---