GitHub user prabhjyotsingh opened a pull request:
https://github.com/apache/zeppelin/pull/1139
[ZEPPELIN-235] jscs in zeppelin-web
### What is this PR for?
Reopening the PR https://github.com/apache/zeppelin/pull/229 for jscs in
zeppelin-web, using following in .jscsrc
```
{
"preset": "google",
"maximumLineLength": {
"value": 120,
"allExcept": [ "comments", "regex"]
}
}
```
### What type of PR is it?
[Improvement]
### What is the Jira issue?
* [ZEPPELIN-235](https://issues.apache.org/jira/browse/ZEPPELIN-235)
### How should this be tested?
Try changing the indentation in any javascript file, and see an error being
shown in the terminal on compile/build
### Questions:
* Does the licenses files need update? n/a
* Is there breaking changes for older versions? n/a
* Does this needs documentation? n/a
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-235
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1139.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 #1139
----
commit a278e4bd5a26465f91585087bb02e461a70e26d4
Author: Prabhjyot Singh <[email protected]>
Date: 2016-07-06T10:24:51Z
jscs in zeppelin-web
----
---
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.
---