You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/09/16 15:47:56 UTC

[2/3] incubator-airflow git commit: [AIRFLOW-XXX] Remove landscape.io config

[AIRFLOW-XXX] Remove landscape.io config


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/decf9284
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/decf9284
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/decf9284

Branch: refs/heads/master
Commit: decf9284d09846b62ad081ec478ca47796ada6f2
Parents: 157d3da
Author: Bolke de Bruin <bo...@xs4all.nl>
Authored: Sat Sep 16 17:46:18 2017 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Sat Sep 16 17:47:05 2017 +0200

----------------------------------------------------------------------
 .landscape.yml | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/decf9284/.landscape.yml
----------------------------------------------------------------------
diff --git a/.landscape.yml b/.landscape.yml
deleted file mode 100644
index 3b0214a..0000000
--- a/.landscape.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-max-line-length: 90
-strictness: medium
-pep8:
-  full: true
-  disable:
-    - E402  # module level import not at top of file
-uses:
-  - flask
-pylint:
-  disable:
-    - broad-except
-    - cyclic-import
-    - invalid-name
-    - locally-disabled
-    - super-on-old-class
-    - wrong-import-order
-    - wrong-import-position
-    - logging-format-interpolation
-  options:
-    docstring-min-length: 10