Package lua5.4-module-luacheck: Information
Source package: lua5.4-module-luacheck
Version: 1.2.0-alt2_lr1
Build time: Jul 24, 2024, 06:26 PM in the task #353558
Category: Development/Other
Report package bugLicense: MIT
Summary: A tool for linting and static analysis of Lua code
Description:
Luacheck is a static analyzer and a linter for Lua. Luacheck detects various issues such as usage of undefined global variables, unused variables and values, accessing uninitialized variables, unreachable code and more. Most aspects of checking are configurable, there are options for: - defining custom project-related globals - selecting set of standard globals (version of Lua standard library) - filtering warnings by type and name of related variable, etc. The options can be used on the command line, put into a config or directly into checked files as Lua comments.
Maintainer: Ajrat Makhmutov
Last changed
July 24, 2024 Ajrat Makhmutov 1.2.0-alt2_lr1
- Fix the paths in the executable file.
July 5, 2024 Ajrat Makhmutov 1.2.0-alt1_lr1
- First build for ALT.