You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
luacheck only looks for three things: non-standard global variables, unused local variables and redefinitions of existing local variables in the same scope.
11
+
12
+
luacheck provides a command-line interface as well as a small library which can be used from another Lua program.
0 commit comments