Created attachment 212414 [details] golangci-lint.1.23.8.diff GolangCI-Lint is a linters aggregator. It's fast: on average 5 times faster than gometalinter. It's easy to integrate and use, has nice output and has a minimum number of false positives. It supports go modules. WWW: https://github.com/golangci/golangci-lint Testing: * No errors reported with portlint, built in Poudriere and application works as expected (logs attached).
Created attachment 212415 [details] golangci-lint.1.23.8.log * Poudriere build log.
Created attachment 214162 [details] golangci-lint-1.26.0.diff * Update to 1.26.0.
Created attachment 214163 [details] golangci-lint-1.26.0.log * Poudriere testport log.
Any chance to get that in? It would be used when developing code for syzkaller.
Hi, There is a newer version (1.27.0) available on GitHub. Would you care to update the patch to the latest version?
Created attachment 214719 [details] golangci-lint-1.27.0.diff * Update to 1.27.0.
Created attachment 214720 [details] golangci-lint-1.27.0.log * Poudriere testport log.
A commit references this bug: Author: tagattie Date: Sat May 23 10:39:51 UTC 2020 New revision: 536284 URL: https://svnweb.freebsd.org/changeset/ports/536284 Log: GolangCI-Lint is a linters aggregator. It's fast, on average 5 times faster than gometalinter. It's easy to integrate and use, has nice output and has a minimum number of false positives. It supports go modules. WWW: https://github.com/golangci/golangci-lint PR: 244814 Submitted by: Lewis Cook <vulcan@wired.sh> Approved by: ehaupt (mentor) Changes: head/devel/Makefile head/devel/golangci-lint/ head/devel/golangci-lint/Makefile head/devel/golangci-lint/distinfo head/devel/golangci-lint/pkg-descr
Committed, thanks!