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

Handle invalid JSON from codeclimate #51

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

When codeclimate gives us something back that can't be parsed as valid JSON report it to the users console.

Fixes #41.