./devel/lua-check, Liner and static analyzer for Lua

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.23.0, Package name: lua54-check-0.23.0, Maintainer: joerg

Luacheck is a static analyzer and a linter for Lua. Luacheck detects
various issues such as usage of undefined global variables, unused
variables and values, accessing uninitialized variables, unreachable code
and more. Most aspects of checking are configurable: there are options
for defining custom project-related globals, for selecting set of
standard globals (version of Lua standard library), for filtering
warnings by type and name of related variable, etc. The options can be
used on the command line, put into a config or directly into checked
files as Lua comments.

Luacheck supports checking Lua files using syntax of Lua 5.1, Lua 5.2,
Lua 5.3 and LuaJIT. Luacheck itself is written in Lua and runs on all of
mentioned Lua versions.

Master sites:

Filesize: 154.493 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-29 17:29:41 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
Add lua-check-0.23.0

Luacheck is a static analyzer and a linter for Lua. Luacheck detects
various issues such as usage of undefined global variables, unused
variables and values, accessing uninitialized variables, unreachable code
and more. Most aspects of checking are configurable: there are options
for defining custom project-related globals, for selecting set of
standard globals (version of Lua standard library), for filtering
warnings by type and name of related variable, etc. The options can be
used on the command line, put into a config or directly into checked
files as Lua comments.

Luacheck supports checking Lua files using syntax of Lua 5.1, Lua 5.2,
Lua 5.3 and LuaJIT. Luacheck itself is written in Lua and runs on all of
mentioned Lua versions.