Пакет lua5.4-module-luacheck: Информация
Исходный пакет: lua5.4-module-luacheck
Версия: 1.2.0-alt2_lr1
Собран: 24 июля 2024 г. 18:26 в задании #353558
Категория: Разработка/Прочее
Сообщить об ошибке в пакетеДомашняя страница: https://luarocks.org/modules/lunarmodules/luacheck
Лицензия: MIT
О пакете: A tool for linting and static analysis of Lua code
Описание:
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.
Сопровождающий: Ajrat Makhmutov
Последнее изменение
24 июля 2024 г. Ajrat Makhmutov 1.2.0-alt2_lr1
- Fix the paths in the executable file.
5 июля 2024 г. Ajrat Makhmutov 1.2.0-alt1_lr1
- First build for ALT.