Package Details: golangci-lint 1.57.2-1

Git Clone URL: https://aur.archlinux.org/golangci-lint.git (read-only, click to copy)
Package Base: golangci-lint
Description: Linters Runner for Go. 5x faster than gometalinter.
Upstream URL: https://github.com/golangci/golangci-lint
Keywords: go golangci golangci-lint gometalinter lint linter
Licenses: GPL3
Submitter: matthias.lisin
Maintainer: ldez
Last Packager: ldez
Votes: 14
Popularity: 0.001127
First Submitted: 2019-05-04 18:39 (UTC)
Last Updated: 2024-03-28 22:49 (UTC)

Latest Comments

« First ‹ Previous 1 2

matthias.lisin commented on 2020-04-28 23:09 (UTC)

It's late and I'm tired, so no deep analysis what's going on there. But mostly because I can't reproduce it.

I suspect that the caches of yay and the Go tests collide. So I forced the test cache to something else.

Let me know if this works. Also, keep your caches clean.

muesli commented on 2020-04-28 20:06 (UTC)

Noteworthy: even tho this installs 1.25.1, the tests try to open testdata in a 1.25.0 path:

Can't run linter govet: cgocall: can't parse raw cgo file: open /home/muesli/.cache/yay/golangci-lint/src/golangci-lint-1.25.0/test/testdata/cgo_with_issues/main.go: no such file or directory

muesli commented on 2020-04-28 20:06 (UTC)

Fails during tests for me as well:

--- FAIL: TestCgoOk (0.20s)

matthias.lisin commented on 2020-04-28 19:05 (UTC)

I couldn't reproduce this on 4 different machines. Neither with regular makepkg nor in clean chroot build.

greut commented on 2020-04-28 17:22 (UTC)

The build fails on TestCgoWithIssues