Commit Graph

11 Commits

Author SHA1 Message Date
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
jsg
ea52c5417c update to luacheck 0.21.2 2017-11-20 02:21:56 +00:00
jsg
ce330c233d update to luacheck 0.19.1 2017-03-15 10:27:42 +00:00
jsg
9cb439640b update to luacheck 0.18.0 2017-01-13 00:20:00 +00:00
jsg
9c5870ef79 update to luacheck 0.17.1 2017-01-04 06:09:07 +00:00
jsg
fbb7973453 update to luacheck 0.17.0 2016-11-20 09:59:56 +00:00
jsg
78b889bbe4 update to luacheck 0.16.3 2016-11-03 07:39:03 +00:00
jsg
4fb98d7af2 update to luacheck 0.16.1 2016-10-06 05:05:55 +00:00
jsg
dbd6ee6060 update to luacheck 0.15.1 2016-06-27 12:39:46 +00:00
jsg
48915b413f sphinx output files changed for reasons unknown regen PLIST
noticed by aja
2016-04-30 16:51:15 +00:00
jsg
350d29950b import luacheck 0.15.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 2.0. Luacheck itself is written in Lua and runs on
all of mentioned Lua versions.
2016-04-29 11:43:12 +00:00