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
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 commandcodeclimate 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