mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
lua-lint: Whitelist cli_execute_unparsed as a global
This commit is contained in:
parent
9ab2d3c5f8
commit
a284ff37fc
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue