Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB53F725C for ; Wed, 9 Nov 2011 23:18:01 +0000 (UTC) Received: (qmail 12198 invoked by uid 500); 9 Nov 2011 23:18:01 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 12177 invoked by uid 500); 9 Nov 2011 23:18:01 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 12169 invoked by uid 99); 9 Nov 2011 23:18:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 23:18:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 23:17:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5F1A923888EA for ; Wed, 9 Nov 2011 23:17:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1200031 - /hive/trunk/.arcconfig Date: Wed, 09 Nov 2011 23:17:38 -0000 To: commits@hive.apache.org From: jvs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111109231738.5F1A923888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jvs Date: Wed Nov 9 23:17:37 2011 New Revision: 1200031 URL: http://svn.apache.org/viewvc?rev=1200031&view=rev Log: HIVE-2565 [jira] Add Java linter to Hive (Marek Sapota via jvs) Summary: Alter .arcconfig to use JavaLintEngine Add a linter that will be run at `arc diff` and will check for too long lines, trailing whitespace, etc. Test Plan: EMPTY Reviewers: JIRA, jsichi Reviewed By: jsichi CC: mareksapotafb, jsichi Differential Revision: 345 Modified: hive/trunk/.arcconfig Modified: hive/trunk/.arcconfig URL: http://svn.apache.org/viewvc/hive/trunk/.arcconfig?rev=1200031&r1=1200030&r2=1200031&view=diff ============================================================================== --- hive/trunk/.arcconfig (original) +++ hive/trunk/.arcconfig Wed Nov 9 23:17:37 2011 @@ -8,5 +8,7 @@ "arcanist_configuration" : "ArcJIRAConfiguration", "jira_base_url" : "https://issues.apache.org/jira/secure/", "jira_api_url" : "https://issues.apache.org/jira/si/", - "jira_project" : "HIVE" + "jira_project" : "HIVE", + "lint_engine" : "JavaLintEngine", + "max_line_length" : "100" }