kevans
503b2fb104
lua-lint: Hint that try_include is now an accepted global
...
try_include was added in r331563.
2018-03-26 19:08:19 +00:00
kevans
a02d0ad25e
lua-lint: Whitelist cli_execute_unparsed as a global
2018-03-07 18:41:16 +00:00
kevans
3449d2e6d5
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.
2018-03-02 16:51:43 +00:00
kevans
5c3354db03
lua-lint: Add note about luacheck in ports, silence warning
...
luacheck was added in ports r462609.
Silence warning about cli_execute -- it's non-standard, but for our setup it
will be a standard global.
2018-02-22 15:29:57 +00:00
kevans
6c747fa217
Add script for linting stand/lua to tools/boot.
...
We require some --globals due to custom loader extensions in our
environment. Add everything required for this to tools/boot so that other
interested parties can get up and go with linting our scripts and not get a
bunch of false-positives.
2018-02-22 04:28:52 +00:00