-
Notifications
You must be signed in to change notification settings - Fork 646
Support gometalinter 2.0 #1393
Comments
PRs are welcome. I can answer any questions on where to get started from the extension's perspective |
I am confused a bit here. What changes are needed from the Go extension's side to use gometalinter 2.0? cc'ing everyone who upvoted this feature request: @atishpatel, @zmb3, @taketori, @SNieroda, @fishhead108 |
@ramya-rao-a in the config gometalinter v2 is underlined as a wrong value |
@zerkms You mean setting |
@ramya-rao-a that's right - if you set It still works, but in the config it is marked as an invalid value. |
@zerkms Why do we need to set Doesn't updating your local |
I don’t think you should need to update the name of the tool. I think the change behind v2 is that it is no longer go-gettable - you’ll need to install binaries instead. |
@zmb3 I just did a cc @alecthomas for clarification |
@ramya-rao-a if I set it to
I'm not sure how it's supposed to work
The stable version is installed using the |
@zerkms Please run |
@ramya-rao-a as it is stated on the |
@zerkms Every tool that this Go extension uses comes from the master branch of the corresponding repo. We dont use the one from #1297 is tracking a feature where you can map a tool used by this extension to the path where it needs to find the tool. Once that feature is in, you can add a mapping like |
Thanks for the detailed response, now I see. Thanks a lot. |
To use goemtalinter.v2
|
"The configuration format has also changed, but should be mostly backwards compatible.
Another major change is that from now on we will be releasing binary packages. gometalinter's management of linter installation will soon be deprecated, and eventually removed."
https://github.com/alecthomas/gometalinter/releases/tag/v2.0.0
The text was updated successfully, but these errors were encountered: