Repository: hive
Updated Branches:
  refs/heads/master 0ce98b3a7 -> 360a91e64


HIVE-15726: Reenable indentation checks to checkstyle (Peter Vary via Zoltan 
Haindrich)

Signed-off-by: Zoltan Haindrich <k...@rxd.hu>


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

Branch: refs/heads/master
Commit: 1b8ba022c26ef929f35dc12c5c70e1683fa2e373
Parents: 0ce98b3
Author: Peter Vary <pv...@cloudera.com>
Authored: Tue May 16 08:13:28 2017 +0200
Committer: Zoltan Haindrich <k...@rxd.hu>
Committed: Tue May 16 08:13:28 2017 +0200

----------------------------------------------------------------------
 checkstyle/checkstyle.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/1b8ba022/checkstyle/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml
index bd6b2f8..82b0a28 100644
--- a/checkstyle/checkstyle.xml
+++ b/checkstyle/checkstyle.xml
@@ -208,17 +208,11 @@
     <!-- Miscellaneous other checks.                   -->
     <!-- See http://checkstyle.sf.net/config_misc.html -->
     <module name="ArrayTypeStyle"/>
-
-    <!-- We like to indent "throws" clauses by 4 spaces -->
-    <!-- which is a nuance that Checkstyle does not     -->
-    <!-- support. Disabling Indentation check until we  -->
-    <!-- can figure out something else.                 -->
-    <!--
     <module name="Indentation">
       <property name="basicOffset" value="2" />
       <property name="caseIndent" value="0" />
+      <property name="throwsIndent" value="4" />
     </module>
-    -->
     <module name="TodoComment"/>
     <module name="UpperEll"/>
     

Reply via email to