lua-lint: Hint that try_include is now an accepted global

try_include was added in r331563.
This commit is contained in:
Kyle Evans 2018-03-26 19:08:19 +00:00
parent 892b3a5272
commit ec88403d3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331565

View File

@ -17,4 +17,4 @@ LUACHECK=$(which luacheck)
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 --std lua53
--globals cli_execute_unparsed --globals try_include --std lua53