Description
Lua 5.1 code can be checked for common mistakes before it reaches runtime.
This package is useful for developers who want static analysis for scripts, plugins, or CI checks. It reports likely problems; it does not prove the program is correct.
Static analyzers can produce false positives and miss context-specific bugs. Review findings instead of applying them blindly.