You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Leemoonsoo <gi...@git.apache.org> on 2016/12/15 19:59:20 UTC

[GitHub] zeppelin issue #1770: [ZEPPELIN-1763] Prevent duplicate $scope.$on('setNoteM...

Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/1770
  
    Thanks for the contribution.
    
    I'm getting build error on zeppelin-web module
    
    ```
    [INFO] Running "jscs:test" (jscs) task
    [INFO] disallowMultipleLineBreaks: ; and it should have at most 2 line(s) between them at test/spec/controllers/notebook.js :
    [INFO]    100 |    scope.killSaveTimer();
    [INFO]    101 |    expect(scope.saveTimer).toEqual(null);
    [INFO]    102 |  });
    [INFO] -------------^
    [INFO]    103 |
    [INFO]    104 |
    [INFO] >> 1 code style errors found!
    [INFO] Warning: Task "jscs:test" failed. Use --force to continue.
    [INFO] 
    [INFO] Aborted due to warnings.
    ```
    
    Could you check?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---