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 B7A98200BAA for ; Thu, 27 Oct 2016 09:28:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B6544160AF6; Thu, 27 Oct 2016 07:28:12 +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 0A99E160AE4 for ; Thu, 27 Oct 2016 09:28:11 +0200 (CEST) Received: (qmail 22266 invoked by uid 500); 27 Oct 2016 07:28:11 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 22257 invoked by uid 99); 27 Oct 2016 07:28:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 07:28:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B5265C00E7 for ; Thu, 27 Oct 2016 07:28:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 93mYbHdUigE6 for ; Thu, 27 Oct 2016 07:28:10 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 7D6C55F3F0 for ; Thu, 27 Oct 2016 07:28:09 +0000 (UTC) Received: (qmail 21644 invoked by uid 99); 27 Oct 2016 07:27:53 -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; Thu, 27 Oct 2016 07:27:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 768F5DFB90; Thu, 27 Oct 2016 07:27:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sanand@apache.org To: commits@airflow.incubator.apache.org Message-Id: <61272e61814443ae89ef1749d181e6df@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-airflow git commit: [AIRFLOW-580] Prevent landscape warning on .format Date: Thu, 27 Oct 2016 07:27:53 +0000 (UTC) archived-at: Thu, 27 Oct 2016 07:28:12 -0000 Repository: incubator-airflow Updated Branches: refs/heads/master 2f2612669 -> 1aa241d84 [AIRFLOW-580] Prevent landscape warning on .format Prevent landscape warning for use of .format in logging Closes #1843 from robin-miller-ow/DisableLoggingSt ringFormattingStyleWarningInLandscapeIO Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/1aa241d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/1aa241d8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/1aa241d8 Branch: refs/heads/master Commit: 1aa241d8409b8f1645a8ac763d94b150e492e192 Parents: 2f26126 Author: robin_miller_ow Authored: Thu Oct 27 00:26:21 2016 -0700 Committer: Siddharth Anand Committed: Thu Oct 27 00:26:29 2016 -0700 ---------------------------------------------------------------------- .landscape.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/1aa241d8/.landscape.yml ---------------------------------------------------------------------- diff --git a/.landscape.yml b/.landscape.yml index a61441e..3b0214a 100644 --- a/.landscape.yml +++ b/.landscape.yml @@ -28,5 +28,6 @@ pylint: - super-on-old-class - wrong-import-order - wrong-import-position + - logging-format-interpolation options: docstring-min-length: 10