From commits-return-1344-archive-asf-public=cust-asf.ponee.io@yetus.apache.org Sat May 11 13:38:24 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 83B37180651 for ; Sat, 11 May 2019 15:38:24 +0200 (CEST) Received: (qmail 29788 invoked by uid 500); 11 May 2019 13:38:23 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 29779 invoked by uid 99); 11 May 2019 13:38:23 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2019 13:38:23 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1ED1C8731E; Sat, 11 May 2019 13:38:23 +0000 (UTC) Date: Sat, 11 May 2019 13:38:23 +0000 To: "commits@yetus.apache.org" Subject: [yetus] branch master updated: YETUS-879. pylint needs to have args flushed prior to execution (#52) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155758190306.2078.5259709140241215367@gitbox.apache.org> From: aw@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: yetus X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ebdf1ea8b65097712827ab31a692592f2a1facc0 X-Git-Newrev: 83d148cba4b297ed24348f7e3cb09533c89e5e4a X-Git-Rev: 83d148cba4b297ed24348f7e3cb09533c89e5e4a X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/yetus.git The following commit(s) were added to refs/heads/master by this push: new 83d148c YETUS-879. pylint needs to have args flushed prior to execution (#52) 83d148c is described below commit 83d148cba4b297ed24348f7e3cb09533c89e5e4a Author: Allen Wittenauer AuthorDate: Sat May 11 06:38:18 2019 -0700 YETUS-879. pylint needs to have args flushed prior to execution (#52) --- precommit/src/main/shell/test-patch.d/pylint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/precommit/src/main/shell/test-patch.d/pylint.sh b/precommit/src/main/shell/test-patch.d/pylint.sh index 822bf21..0f0e30b 100755 --- a/precommit/src/main/shell/test-patch.d/pylint.sh +++ b/precommit/src/main/shell/test-patch.d/pylint.sh @@ -128,6 +128,8 @@ function pylint_executor done fi + pylintopts=() + if [[ -n "${PYLINT_RCFILE}" ]] && [[ -f "${PYLINT_RCFILE}" ]]; then pylintopts+=('--rcfile='"${PYLINT_RCFILE}") fi