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

`codeclimate init` is not a valid command #75

Closed ankushdharkar closed 6 years ago

ankushdharkar commented 6 years ago

I am running codeclimate v0.70.3 and the only commands available are these

The files no longer get linted, even though I have docker installed and a valid .codeclimate.json file. The command codeclimate analyze -f json app/controllers/index.js runs properly on the command line and produces the json, but doesn't seem to work in Atom