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.
I have
.solhint.json
on a remote server (connected via ssh), and it appears local version ofatom-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.