freebsd-dev/stand/lua
Kyle Evans e2df27e363 lualoader: Address some 'luacheck' concerns
luacheck pointed out an assortment of issues, ranging from non-standard
globals being created as well as unused parameters, variables, and redundant
assignments.

Using '_' as a placeholder for values unused (whether it be parameters
unused or return values unused, assuming multiple return values) feels clean
and gets the point across, so I've adopted it. It also helps flag candidates
for cleanup later in some of the lambdas I've created, giving me an easy way
to re-evaluate later if we're still not using some of these features.
2018-02-22 04:15:02 +00:00
..
cli.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
color.lua lualoader: Drop excessive parenthesizing 2018-02-21 01:35:19 +00:00
config.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
core.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
drawer.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
loader.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
Makefile lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
menu.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
password.lua lualoader: Address some 'luacheck' concerns 2018-02-22 04:15:02 +00:00
screen.lua lualoader: Remove nasty hack for not printing out ".0" 2018-02-21 21:39:47 +00:00