You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by sa...@apache.org on 2016/10/27 07:27:53 UTC

incubator-airflow git commit: [AIRFLOW-580] Prevent landscape warning on .format

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 <ro...@affiliate.oliverwyman.com>
Authored: Thu Oct 27 00:26:21 2016 -0700
Committer: Siddharth Anand <si...@yahoo.com>
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