-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Out Of Memory errors when using the unused linter #898
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
Comments
hi, |
that sounds accurate, do you know where i should open an issue for that? |
So I run the
What I can see, the |
Thank you for creating the issue!
We recently split our project up into many many sub packages (hashicorp/terraform-provider-azurerm#5226) and afterwards golang-ci started to fail on travis with out of memory errors. I managed to track it down to the unused linter and disabling it causes our build to pass again.
Please include the following information:
Version of golangci-lint
running in travis - installs latest version via: ``` GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint ```Config file
running unused via cmd line:
Verbose output of running
travis log:
The text was updated successfully, but these errors were encountered: