SublimeLinter/SublimeLinter-gotype

gotype blocks other linters and doesn't work

abourget opened this issue · 4 comments

With a fresh install of GoSublime, following this guide: https://github.com/abourget/getting-started-with-golang/blob/master/Setting_up_Sublime_properly.md
it appears that gotype blocks linting from even golint and govet.

Not sure how to debug and get things working again.. so will be suggesting to disable gotype.

rasky commented

Try activate SublimeLinter debugging and then look at the console. There should be some information on what's going on.

I can't see how a liner plugin can prevent others from running though.

It seems to prevent golint and govet linters from doing their job.. Other
contrib plugins

On Thu, Sep 15, 2016, 6:53 PM Giovanni Bajo notifications@github.com
wrote:

Try activate SublimeLinter debugging and then look at the console. There
should be some information on what's going on.

I can't see how a liner plugin can prevent others from running though.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#8 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAFs8DycJ-Ylk3sfrAseLz0FnaxGztz4ks5qqcx_gaJpZM4J-SU4
.

rasky commented

Can you please follow the instructions I gave you to help me debug the issue? I run all those plugins at the same time and I don't see the problem you see.

Try activating SublimeLinter debugging (Tools -> SublimeLinter -> Debug Mode), then open the console (View -> Show Console), open a file and trigger the linter (depending on how you configured SublimeLinter, you need to either run it manually, or save the file, or just open it).

The console output should show what SublimeLinter is running and the output of those commands. If you have configured golint, gotype and govet, you should see those three plugins being launched, together with the command line they run.

Paste me the console output so that we can look into the problem.

Closed due to lack of input.