lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Jan 7, 2015 at 5:53 PM, Tim Caswell <tim@creationix.com> wrote:
> Great work!  Now if only I can figure out how to get luacheck running on my
> windows box as well.  I'm addicted to luacheck linting in sublime text.

Thanks! What kind of problems are there with luacheck on Windows?
Installing shouldn't be a problem once you have LuaRocks configured
properly (i.e. so that it can compile luafilesystem, the only C
dependency of luacheck).

Peter