favadi / flycheck-gometalinter

Flycheck checker for gometalinter
BSD 2-Clause "Simplified" License
57 stars 8 forks source link

Suspicious state from syntax checker gometalinter (using spacemacs) #13

Open Crazy-Owl opened 6 years ago

Crazy-Owl commented 6 years ago

Hello,

I'm using emacs 25.3 with spacemacs, up-to-date packages etc. I've installed and updated gocode and gometalinter, and ran gometalinter --install --update. However, when I open go file in project, I see the following:

Suspicious state from syntax checker gometalinter: Flycheck checker gometalinter returned non-zero exit code 3, but its output contained no errors: `<?xml version="1.0" encoding="UTF-8"?>

`...

And XML follows with warnings description, at least I am able to read them and find mentioned warnings manually. What can be done to actually use flycheck instead of reading gometalinter XML output?

Thanks in advance

favadi commented 6 years ago

Can you reproduce the problem with vanilla Emacs and just flycheck-gometalinter installed? It is working fine for me and I'm not familiar with spacemacs.

ghost commented 6 years ago

Same error here with spacemacs.

ghost commented 6 years ago

For me the error was gone after removing or extending flycheck-gometalinter-deadline "10s" and other deadlines such as (setq flycheck-gometalinter-fast t) etc.