Expand description
Lua static checker, re-exported from mlua_check.
Detects undefined variables, globals, and fields before execution.
Modules§
Structs§
- Diagnostic
- A single lint diagnostic.
- Lint
Config - Per-rule severity overrides and global policy.
- Lint
Engine - Main entry point for linting Lua source code.
- Lint
Result - Aggregated lint result.
Enums§
- Lint
Policy - Controls whether lint errors block execution.
- RuleId
- Unique identifier for each lint rule.
- Severity
- Severity level for a diagnostic.