Skip to main content

Module framework

Module framework 

Source

Functions§

collect_symbols
Build a SymbolTable by introspecting the live Lua VM globals.
lint
Lint code against an existing VM’s environment.
register
Register the linter on an existing Lua VM.
register_with_config
Register with a custom LintConfig.
run_lint
One-shot lint: creates a fresh Lua VM, collects stdlib symbols, and lints.