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

Skip non-issues messages returned from CodeClimate #77

Closed a-ali closed 6 years ago

a-ali commented 6 years ago

fixes #76

maxjacobson commented 6 years ago

Thanks for opening this PR. This does look good, but we need to get the tests green. They're red on master, so it's not related to your change. I opened #78 to try and get them green, but ... did not succeed. Will plan to come back to this as soon as we can merge it

cgalvarez commented 6 years ago

@a-ali @maxjacobson This PR is outdated. I'm using CodeClimate cli v0.71.1, and now the type is issue, not Issue, so this PR is currently making the linter missing all the issues reported by CodeClimate cli.

cgalvarez commented 6 years ago

A note about the required CodeClimate cli version should be added to the README.md too, because depending on that, this package may malfunction.