Lint-ing tool for Lua [closed]
I have recently started doing a little Lua for Minecraft's mod, Computer Craft. I've always been hooked on javascript, and the tool I found the most useful was JS Lint. My question is, is there something like JS Lint that I can use to check my Lua scripts? Lua-Checker will get the job done for you. Another tool is Lua Lint There is also lua-inspect . I integrated it into ZeroBrane Studio IDE and extended the list of potential problems it reports. Here is the subset of what gets reported from one of my tests: inspect.lua(1): first assignment to global variable 'f' inspect.lua(2): first use of