boot: update lua linter for recent module additions

For modules we expect to be there, we need to --globals them in to avoid
linter errors.  Maybe we should switch to a different model for these
to clean up our linter exceptions... 'meh'.

Reported by:	David Cross <david_crossfamilyweb_com>
This commit is contained in:
Kyle Evans 2024-08-12 20:54:27 -05:00
parent 8805377dad
commit 6df36deb8b

View File

@ -17,4 +17,4 @@ cd $(make -V SRCTOP)/stand
${LUACHECK} . --globals loader --globals lfs --globals io.getchar \
--globals io.ischar --globals printc --globals cli_execute \
--globals cli_execute_unparsed --globals try_include \
--globals pager --std lua53
--globals pager --globals gfx --globals hash --std lua53