Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golangci-lint disable unused checks #143

Merged
merged 1 commit into from
Jan 24, 2020
Merged

Conversation

ivan-savciuc
Copy link
Contributor

Disable golangci-lint unused checks.

Motivation:
Aiven in-house Jenkins build job fails from time to time with the following error:

golangci-lint run  -D errcheck --no-config --issues-exit-code=0 ./...
level=warning msg="[runner] Can't run linter goanalysis_metalinter: fact_deprecated: failed prerequisites: [email protected]/hashicorp/go-plugin"
level=error msg="Running error: fact_deprecated: failed prerequisites: [email protected]/hashicorp/go-plugin"

It looks like it is somehow related to these issues:

And the remedy for this problem could be to temporary disable unused checks.

@rikonen rikonen merged commit 8a9f709 into master Jan 24, 2020
@rikonen rikonen deleted the savciuci-golint-disable-unused branch January 24, 2020 11:12
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.

2 participants