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

No issues reported when `< /dev/null` appended to the codeclimate command #59

Closed cgalvarez closed 7 years ago

cgalvarez commented 7 years ago

I get no issues reported by linter-codeclimate because of appending < /dev/null to the command to execute.

I've checked the issue running the package in dev mode, and executing the command printed to the Atom console in a shell terminal. I get no issues when < /dev/null is appended, and all existant issues appear when removed.

Example of built command reported through Atom console: linter-codeclimate:: Command: /usr/local/bin/codeclimate analyze -f json 'style.css' < /dev/null

Example of working command: /usr/local/bin/codeclimate analyze -f json 'style.css'

Arcanemagus commented 7 years ago

How odd, I wonder why it is trying to read in /dev/null 😕.

cgalvarez commented 7 years ago

Closing this issue since it's the same as reported issue #58