Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 196C9200C4F for ; Fri, 17 Mar 2017 22:46:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 18291160B97; Fri, 17 Mar 2017 21:46:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5725A160B93 for ; Fri, 17 Mar 2017 22:46:33 +0100 (CET) Received: (qmail 21063 invoked by uid 500); 17 Mar 2017 21:46:32 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 20808 invoked by uid 99); 17 Mar 2017 21:46:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2017 21:46:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4534BDFFC2; Fri, 17 Mar 2017 21:46:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kenn@apache.org To: commits@beam.apache.org Date: Fri, 17 Mar 2017 21:46:38 -0000 Message-Id: <1ffa693b29774802bd62559ccc06b476@git.apache.org> In-Reply-To: <7d5726b420a54a668c2192f9d38f9f27@git.apache.org> References: <7d5726b420a54a668c2192f9d38f9f27@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/50] [abbrv] beam git commit: Auto-generated runner api proto bindings. archived-at: Fri, 17 Mar 2017 21:46:34 -0000 http://git-wip-us.apache.org/repos/asf/beam/blob/3bb125e1/sdks/python/run_pylint.sh ---------------------------------------------------------------------- diff --git a/sdks/python/run_pylint.sh b/sdks/python/run_pylint.sh index afc5fb4..5e63856 100755 --- a/sdks/python/run_pylint.sh +++ b/sdks/python/run_pylint.sh @@ -34,7 +34,8 @@ EXCLUDED_GENERATED_FILES=( "apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py" "apache_beam/io/gcp/internal/clients/storage/storage_v1_client.py" "apache_beam/io/gcp/internal/clients/storage/storage_v1_messages.py" -"apache_beam/coders/proto2_coder_test_messages_pb2.py") +"apache_beam/coders/proto2_coder_test_messages_pb2.py" +"apache_beam/runners/api/beam_runner_api_pb2.py") FILES_TO_IGNORE="" for file in "${EXCLUDED_GENERATED_FILES[@]}"; do