Skip to content

Commit

Permalink
versions: Remove golangci-lint and gometalinter entries
Browse files Browse the repository at this point in the history
Removed the `golangci-lint` and `gometalinter` entries from the versions database:

- The `golangci-lint` package is now tracked in the `tests` versions database:

  https://github.com/kata-containers/tests/blob/master/versions.yaml

- The `gometalinter` package is no longer used.

See:

- kata-containers/tests#1323
- kata-containers/tests@d676140

Fixes: #2636.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel authored and bergwolf committed Jun 29, 2020
1 parent 6e7dd43 commit dbc1c30
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,19 +216,6 @@ externals:
meta:
swarm-version: "1.12.1"

gometalinter:
description: "Utility to run various golang linters"
url: "https://github.com/alecthomas/gometalinter"
uscan-url: >-
https://github.com/alecthomas/gometalinter/tags
.*/v?([\d\.]+)\.tar\.gz
version: "v2.0.5"

golangci-lint:
description: "Utility to run various golang linters"
url: "https://install.goreleaser.com/github.com/golangci/golangci-lint.sh"
version: "v1.15.0"

kubernetes:
description: "Kubernetes project container manager"
url: "https://github.com/kubernetes/kubernetes"
Expand Down

0 comments on commit dbc1c30

Please sign in to comment.