You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2018/02/08 07:46:57 UTC

zeppelin git commit: ZEPPELIN-3147. Added Checkstyle to the angular module

Repository: zeppelin
Updated Branches:
  refs/heads/master 5b0147745 -> f307392b0


ZEPPELIN-3147. Added Checkstyle to the angular module

### What is this PR for?
Added Checkstyle to the **angular** module. Did not have to fix any errors or warnings.

### What type of PR is it?
Improvement

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3147

### How should this be tested?
* CI pass

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Jan Hentschel <ja...@ultratendency.com>

Closes #2766 from HorizonNet/ZEPPELIN-3147 and squashes the following commits:

b766924 [Jan Hentschel] ZEPPELIN-3147. Added Checkstyle to the angular module


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/f307392b
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/f307392b
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/f307392b

Branch: refs/heads/master
Commit: f307392b043ff3f21b612063c652ec921f3d423c
Parents: 5b01477
Author: Jan Hentschel <ja...@ultratendency.com>
Authored: Sun Feb 4 21:10:24 2018 +0100
Committer: Jeff Zhang <zj...@apache.org>
Committed: Thu Feb 8 15:46:52 2018 +0800

----------------------------------------------------------------------
 angular/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/f307392b/angular/pom.xml
----------------------------------------------------------------------
diff --git a/angular/pom.xml b/angular/pom.xml
index f9d7448..47ffbf3 100644
--- a/angular/pom.xml
+++ b/angular/pom.xml
@@ -72,6 +72,13 @@
       <plugin>
         <artifactId>maven-resources-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <skip>false</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>