mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
lua-lint: Whitelist cli_execute_unparsed as a global
This commit is contained in:
parent
9ab2d3c5f8
commit
a284ff37fc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330621
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user