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 executable path not found #60

Closed cgalvarez closed 7 years ago

cgalvarez commented 7 years ago

The default CodeClimate executable path codeclimate should work if installed and executed, but due to this check, it is checked as a fullpath and fails, so I have to override it manually inside the package settings.

I propose using the same path that the official codeclimate installer uses as the default value: /usr/local/bin/codeclimate.