mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
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:
parent
8805377dad
commit
6df36deb8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user