summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-04-27 14:58:22 +0000
committerGitHub <noreply@github.com>2021-04-27 14:58:22 +0000
commitf724d6f6f1a38d11bc26c39648441bc8788b4288 (patch)
tree6f6ea187add025237b604b03c2080a226323c552
parent87e914e398dc7bfad173ec870d0665a94054e644 (diff)
parent5781d75ca24c5be1c466718efdbd7e4b4808f1f6 (diff)
Merge pull request #33 from searxng/remove-deprecated-files
[clean] drop deprecated files .codecov.yml, .landscape.yaml & tox.ini
-rw-r--r--.codecov.yml31
-rw-r--r--.landscape.yaml3
-rw-r--r--tox.ini2
3 files changed, 0 insertions, 36 deletions
diff --git a/.codecov.yml b/.codecov.yml
deleted file mode 100644
index 6cdbc2885..000000000
--- a/.codecov.yml
+++ /dev/null
@@ -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
diff --git a/.landscape.yaml b/.landscape.yaml
deleted file mode 100644
index 1bb397718..000000000
--- a/.landscape.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-strictness: high
-ignore-paths:
- - bootstrap.py
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 6deafc261..000000000
--- a/tox.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[flake8]
-max-line-length = 120