You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by zs...@apache.org on 2010/02/02 05:33:30 UTC

svn commit: r905513 - /hadoop/hive/trunk/.checkstyle

Author: zshao
Date: Tue Feb  2 04:33:28 2010
New Revision: 905513

URL: http://svn.apache.org/viewvc?rev=905513&view=rev
Log:
HIVE-1104. Suppress Checkstyle warnings for generated files. (Carl Steinbach via zshao)

Added:
    hadoop/hive/trunk/.checkstyle

Added: hadoop/hive/trunk/.checkstyle
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/.checkstyle?rev=905513&view=auto
==============================================================================
--- hadoop/hive/trunk/.checkstyle (added)
+++ hadoop/hive/trunk/.checkstyle Tue Feb  2 04:33:28 2010
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="false">
+  <local-check-config name="Hive Checkstyle" location="checkstyle/checkstyle.xml" type="project" description="">
+    <additional-data name="protect-config-file" value="true"/>
+  </local-check-config>
+  <fileset name="Hive Java Source Files" enabled="true" check-config-name="Hive Checkstyle" local="true">
+    <file-match-pattern match-pattern="^(ant|cli|common|contrib|hwi|jdbc|metastore|ql|serde|service|shims).*\.java$" include-pattern="true"/>
+  </fileset>
+</fileset-config>