You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by ah...@apache.org on 2016/11/30 11:31:03 UTC

svn commit: r1772016 - /zeppelin/site/contribution/contributions.html

Author: ahyoungryu
Date: Wed Nov 30 11:31:03 2016
New Revision: 1772016

URL: http://svn.apache.org/viewvc?rev=1772016&view=rev
Log: (empty)

Modified:
    zeppelin/site/contribution/contributions.html

Modified: zeppelin/site/contribution/contributions.html
URL: http://svn.apache.org/viewvc/zeppelin/site/contribution/contributions.html?rev=1772016&r1=1772015&r2=1772016&view=diff
==============================================================================
--- zeppelin/site/contribution/contributions.html (original)
+++ zeppelin/site/contribution/contributions.html Wed Nov 30 11:31:03 2016
@@ -128,12 +128,6 @@
   
     
       
-        
-      
-    
-  
-    
-      
     
   
     
@@ -324,12 +318,6 @@
   
     
       
-        
-      
-    
-  
-    
-      
     
   
     
@@ -543,8 +531,15 @@ The top-level pom.xml describes the basi
 <li><a href="https://google.github.io/styleguide/shell.xml">Shell style</a></li>
 </ul>
 
-<p>Check style report location are in <code>${submodule}/target/site/checkstyle.html</code>
-Test coverage report location are in <code>${submodule}/target/site/cobertura/index.html</code></p>
+<p>There are some plugins to format, lint your code in IDE (use <a href="https://github.com/apache/zeppelin/tree/master/_tools">_tools/checkstyle.xml</a> as rules)</p>
+
+<ul>
+<li><a href="https://plugins.jetbrains.com/plugin/1065">Checkstyle plugin for Intellij</a> (<a href="http://stackoverflow.com/questions/26955766/intellij-idea-checkstyle">Setting Guide</a>)</li>
+<li><a href="http://eclipse-cs.sourceforge.net/#!/">Checkstyle plugin for Eclipse</a> (<a href="http://eclipse-cs.sourceforge.net/#!/project-setup">Setting Guide</a>)</li>
+</ul>
+
+<p>Checkstyle report location is in <code>${submodule}/target/site/checkstyle.html</code>
+Test coverage report location is in <code>${submodule}/target/site/cobertura/index.html</code></p>
 
 <h2>Getting the source code</h2>