Skip to content

Conversation

@tpounds
Copy link
Contributor

@tpounds tpounds commented Sep 20, 2019

Fixes spurious test failures caused by overlapping printf format checks in staticcheck and go vet. In general, this is a concurrency issue which can happen with any linters that detect similar issues with different reporting formats.

see:
https://travis-ci.com/golangci/golangci-lint/jobs/236978712
https://travis-ci.com/golangci/golangci-lint/jobs/237582672

Fixes flaky cgo test failures caused by duplicate printf
format checks in staticcheck and go vet that use slightly
different reporting formats.
@jirfag jirfag merged commit a653032 into golangci:master Sep 20, 2019
@jirfag
Copy link
Contributor

jirfag commented Sep 20, 2019

thank you!

@tpounds tpounds deleted the fix-flaky-cgo-test branch September 20, 2019 18:22
@ldez ldez added this to the v1.19 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants