1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add --globals printc to lua-lint

We provide a global 'printc' as of r330282; make luacheck aware of this fact
so that we can use it without complaints.
This commit is contained in:
Kyle Evans 2018-03-02 16:51:43 +00:00
parent 7e79c3c15f
commit 8960f9d7ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330286

View File

@ -16,4 +16,4 @@ LUACHECK=$(which luacheck)
cd $(make -V SRCTOP)/stand
${LUACHECK} . --globals loader --globals lfs --globals io.getchar \
--globals io.ischar --globals cli_execute --std lua53
--globals io.ischar --globals printc --globals cli_execute --std lua53