Browse Source

Merge pull request #33 from searxng/remove-deprecated-files

[clean] drop deprecated files .codecov.yml, .landscape.yaml & tox.ini
Markus Heiser 4 years ago
parent
commit
f724d6f6f1
3 changed files with 0 additions and 36 deletions
  1. 0 31
      .codecov.yml
  2. 0 3
      .landscape.yaml
  3. 0 2
      tox.ini

+ 0 - 31
.codecov.yml

@@ -1,31 +0,0 @@
-comment: false
-coverage:
-  status:
-    project:
-      default:
-        # basic
-        target: auto
-        threshold: null
-        base: auto 
-        # advanced
-        branches: null
-        if_no_uploads: error
-        if_not_found: success
-        if_ci_failed: error
-        only_pulls: false
-        flags: null
-        paths: null
-    patch:
-      default:
-        # basic
-        target: auto
-        threshold: null
-        base: auto 
-        # advanced
-        branches: null
-        if_no_uploads: error
-        if_not_found: success
-        if_ci_failed: error
-        only_pulls: false
-        flags: null
-        paths: null

+ 0 - 3
.landscape.yaml

@@ -1,3 +0,0 @@
-strictness: high
-ignore-paths:
-  - bootstrap.py

+ 0 - 2
tox.ini

@@ -1,2 +0,0 @@
-[flake8]
-max-line-length = 120