Skip to main content

Module checking

Module checking 

Source
Expand description

Lua static checker, re-exported from mlua_check.

Detects undefined variables, globals, and fields before execution.

Modules§

framework

Structs§

Diagnostic
A single lint diagnostic.
LintConfig
Per-rule severity overrides and global policy.
LintEngine
Main entry point for linting Lua source code.
LintResult
Aggregated lint result.

Enums§

LintPolicy
Controls whether lint errors block execution.
RuleId
Unique identifier for each lint rule.
Severity
Severity level for a diagnostic.