lint: Switch golang linter to golangci-lint#155
lint: Switch golang linter to golangci-lint#155devimc merged 1 commit intokata-containers:masterfrom
Conversation
03f78b9 to
13f95e3
Compare
gometalinter is deprecated and will be archived April '19. The suggestion is to switch to golangci-lint which is apparently 5x faster than gometalinter. Fixes kata-containers#156 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
13f95e3 to
10c6d5a
Compare
|
@grahamwhaley the build error says the node was unavailable https://zuul.opendev.org/t/kata-containers/builds?pipeline=PR-check&change=155 Is there a way we can make this check optional? |
|
Hi @ganeshmaharaj - the check is a WIP (we tend to use the proxy repo for such WIPs, as it is generally the least active repo ;-) ). The check is not marked as 'required', so we can still merge without a real administrator 'force' - just ignore the results of the |
|
@grahamwhaley gotcha. yes should be able to look at things, once i am done with some of the things that i am doing. |
|
/test |
|
There was a network timeout and a timeout building a docker image... have sent rebuild. |
grahamwhaley
left a comment
There was a problem hiding this comment.
as you know, I'd like to see what the error was that is being fixed, but, given I believe you did the right thing ;-)
lgtm
I've re-nudged the 18.04-initrd CI, as that should not fail, but I suspect it is spurious and unrelated to this PR - we can probably ignore it if it fails again (given many of the other CIs are quite happy with this change).
|
can this patch be merged? |
…nter-change lint: Switch golang linter to golangci-lint (cherry picked from commit e2b4377) Fixes kata-containers#156 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
- backport: 1.6.2 backport patches 785467b lint: Merge pull request kata-containers#155 from ganeshmaharaj/go-linter-change cd6b560 travis: Merge pull request kata-containers#169 from chavafg/topic/travis-go-version 4355384 docs: Merge pull request kata-containers#172 from jcvenegas/stable-1.5-fix-link Signed-off-by: katacontainers bot <katacontainersbot@katacontainers.io>
gometalinter is deprecated and will be archived April '19. The
suggestion is to switch to golangci-lint which is apparently 5x faster
than gometalinter.
Partially fixes: github.com/kata-containers/runtime#1377