alecthomas / SublimeLinter-contrib-gometalinter

SublimeLinter plugin for gometalinter
MIT License
47 stars 13 forks source link

SublimeLinter deprecation warning #24

Closed externl closed 5 years ago

externl commented 6 years ago

I see this warning consistently every time the linter runs.

gometalinter: live linting file.go in /Users/joe/go/src/path/to/file: /Users/joe/go/bin/gometalinter --fast . -I file.go
SublimeLinter: WARNING: `util.communicate` has been deprecated.
suryatresna commented 5 years ago

i got same problem, any how to fix it ?

asfaltboy commented 5 years ago

The issue is easily fixed by simplifying the calls and using self.communicate in the Linter sub-class. I'll submit a PR (like here)