-
Notifications
You must be signed in to change notification settings - Fork 816
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
gometalinter fails #181
Comments
What happens if you extend the deadline on the linter? |
Same error
|
I don't see any error, so is it the same error, or did something else fail? |
Silly question, what kind of hardware do you have @fooock ? Gometalinter is kind of heavy and was slowing my system down even though I have a Core i5 7th gen in my laptop. |
Yeah, I find gometalinter slows down my machine as well something terrible. We may want to be more generous on the timeout 😕 |
You could also try to add |
@EricFortin if I add these lines the exit is successful
Update @markmandel yes, the same error:
@EricFortin my hardware is i7 6700HQ + 16GB RAM + 256GB SSD |
Let's go bigger on the deadline 👍 it may just take a while. |
Can we close this issue now? |
Due to inactivity, I'll close this issue now. If it is still an issue, please submit a PR with an extension to the timeout deadline. |
When I execute the task
make test
, it fails when reaches the linter taskIf I open a shell using the tasks
make shell
and execute the command/root/gen-lint-exclude.sh && gometalinter --config .exclude.gometalinter.json --deadline 100s -t --skip vendor ./...
inside it, the output is:The exit code is
My current OS is Windows10
The text was updated successfully, but these errors were encountered: