protofire / atom-solidity-linter

Implement integration of Solhint linter to Atom editor
https://atom.io/packages/atom-solidity-linter
MIT License
4 stars 4 forks source link

atom-solidity-linter does not pick up .solhint.json from remote filesystem #4

Open burdakovd opened 6 years ago

burdakovd commented 6 years ago

I have .solhint.json on a remote server (connected via ssh), and it appears local version of atom-solidity-linter fails to read that config, and therefore still shows warnings that I've disabled there (e.g. indent).

Remote version of solhint respects the config just fine.