Hacker News new | ask | show | jobs
by lobster_johnson 4109 days ago
All the ones I use (cppcheck, jshint, jsxhint, ruby, clang) require that you have the toolchains already installed. Seems like a pretty consistent design. Those are the official linters [1], though.

Edit: Checked a bunch of the others, including those for Lua, XML and Python. None of them come bundled with the underlying tool.

[1] https://github.com/SublimeLinter

1 comments

You appear to be correct- my remark was based on what I guess is out of date experience.