lua-lint: Whitelist cli_execute_unparsed as a global

This commit is contained in:
kevans 2018-03-07 18:41:16 +00:00
parent d334788f64
commit a02d0ad25e

View File

@ -16,4 +16,5 @@ LUACHECK=$(which luacheck)
cd $(make -V SRCTOP)/stand
${LUACHECK} . --globals loader --globals lfs --globals io.getchar \
--globals io.ischar --globals printc --globals cli_execute --std lua53
--globals io.ischar --globals printc --globals cli_execute \
--globals cli_execute_unparsed --std lua53