Search Criteria
Package Details: golangci-lint 1.62.2-1
Package Actions
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: | 16 |
Popularity: | 0.198281 |
First Submitted: | 2019-05-04 18:39 (UTC) |
Last Updated: | 2024-11-25 14:54 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
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
« First ‹ Previous 1 2