AtomLinter / linter-codeclimate

An Atom Linter plugin for the Code Climate CLI
http://github.com/codeclimate/codeclimate
MIT License
10 stars 5 forks source link

Integration fails when cli tools are out of date #57

Closed olbrich closed 7 years ago

olbrich commented 7 years ago

the codeclimate cli now returns a helpful message when a new version is available. It looks like this is emitted in stderr and then combined with the json response from the engines, which breaks the JSON parsing and causes the entire thing to not work.

maxjacobson commented 7 years ago

Thanks for the report. I opened a tracking issue on our CLI repo, feel free to subscribe to that issue and then upgrade your CLI after it's patched. Sorry for the inconvenience.

olbrich commented 7 years ago

Looks like this is fixed now.