Пакет lua5.4-module-luacheck: Информация

    Исходный пакет: lua5.4-module-luacheck
    Версия: 1.2.0-alt2_lr1
    Последняя версия по данным Repology
    Собран:  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.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    lua5.4-module-luacheck (noarch)

    Сопровождающий: Ajrat Makhmutov

    Список участников:
    Ajrat Makhmutov

    Права:
    Ajrat Makhmutov
    @everybody

      1. lua5.4-luarocks
      2. lua5.4-module-argparse
      3. lua5.4-module-luafilesystem
      4. rpm-macros-lua

    Последнее изменение


    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.