titan-lang / titan

The Titan programming language
http://titan-lang.org
MIT License
406 stars 13 forks source link

Fix some Luacheck warnings #166

Closed hugomg closed 6 years ago

hugomg commented 6 years ago

Mostly shadowed variables, except for one case where it caught a typo (modename --> modname) and one time we were accidentally setting a global variable (out --> local out)