You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2019. It is now read-only.
I've updated my Go environment to Go 1.9 beta1 and now several linters (unused, gosimple, staticcheck, unparam) are crashing (returned exit status 2)
I will investigate about these crash separately.
In my opinion, if a linter crashes, gometalinter should:
mark this linter as failed (with an understandable message)
I've updated my Go environment to Go 1.9 beta1 and now several linters (unused, gosimple, staticcheck, unparam) are crashing (
returned exit status 2)I will investigate about these crash separately.
In my opinion, if a linter crashes, gometalinter should:
--debug