Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D993D17F17 for ; Tue, 1 Sep 2015 17:43:47 +0000 (UTC) Received: (qmail 23505 invoked by uid 500); 1 Sep 2015 17:43:46 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 23315 invoked by uid 500); 1 Sep 2015 17:43:45 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 23093 invoked by uid 99); 1 Sep 2015 17:43:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2015 17:43:45 +0000 Date: Tue, 1 Sep 2015 17:43:45 +0000 (UTC) From: "Travis Thompson (JIRA)" To: common-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HADOOP-12373) Add support for foodcritic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Travis Thompson created HADOOP-12373: ---------------------------------------- Summary: Add support for foodcritic Key: HADOOP-12373 URL: https://issues.apache.org/jira/browse/HADOOP-12373 Project: Hadoop Common Issue Type: Sub-task Reporter: Travis Thompson Foodcritic is the chef "best practices" linter (http://acrmp.github.io/food= critic/) Successful output: {noformat} =C2=B1 master =E2=9C=97 =E2=86=92 foodcritic . =C2=B1 master =E2=9C=97 =E2=86=92 echo $? =20 0 {noformat} Unsuccessful output: {noformat} =C2=B1 master =E2=9C=97 =E2=86=92 foodcritic . FC048: Prefer Mixlib::ShellOut: ./recipes/server.rb:482 =C2=B1 master =E2=9C=97 =E2=86=92 echo $? 0 {noformat} Here's what caused the failure: {noformat} 482 `echo "this is bad pratice"` {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)